Skip to content

Commit a38c8c8

Browse files
committed
Better http than https
1 parent dc7f3ea commit a38c8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/io/mmcif/DownloadChemCompProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class DownloadChemCompProvider implements ChemCompProvider {
6767

6868
public static final String CHEM_COMP_CACHE_DIRECTORY = "chemcomp";
6969

70-
public static final String SERVER_LOCATION = "https://files.rcsb.org/ligands/download/";
70+
public static final String SERVER_LOCATION = "http://files.rcsb.org/ligands/download/";
7171

7272

7373
private static File path;

0 commit comments

Comments
 (0)