We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7f3ea commit a38c8c8Copy full SHA for a38c8c8
biojava-structure/src/main/java/org/biojava/nbio/structure/io/mmcif/DownloadChemCompProvider.java
@@ -67,7 +67,7 @@ public class DownloadChemCompProvider implements ChemCompProvider {
67
68
public static final String CHEM_COMP_CACHE_DIRECTORY = "chemcomp";
69
70
- public static final String SERVER_LOCATION = "https://files.rcsb.org/ligands/download/";
+ public static final String SERVER_LOCATION = "http://files.rcsb.org/ligands/download/";
71
72
73
private static File path;
0 commit comments