File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
biojava-structure/src/main/java/org/biojava/nbio/structure/rcsb Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656
5757public 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
You can’t perform that action at this time.
0 commit comments