Skip to content

Commit 67b947a

Browse files
committed
Fixing URLs after recent dns changes in rcsb
1 parent 9790ca8 commit 67b947a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/rcsb/RCSBLigandsFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656

5757
public class RCSBLigandsFactory {
5858

59-
private static final String HET_URL_STUB = "http://www.pdb.org/pdb/rest/describeHet?chemicalID=";
59+
private static final String HET_URL_STUB = "http://www.rcsb.org/pdb/rest/describeHet?chemicalID=";
6060

6161
private static final Logger logger = Logger.getLogger(RCSBLigandsFactory.class.getPackage().getName());
6262

63-
private static final String PDB_URL_STUB = "http://www.pdb.org/pdb/rest/ligandInfo?structureId=";
63+
private static final String PDB_URL_STUB = "http://www.rcsb.org/pdb/rest/ligandInfo?structureId=";
6464

6565
/**
6666
* @return A list of {@link RCSBLigand RCSBLigands} from the XML file loaded as {@code stream}. Prefer calling

0 commit comments

Comments
 (0)