Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updating ligand URLs to latest RCSB convention
  • Loading branch information
josemduarte committed Jul 6, 2017
commit dc7f3ead20034ccda5ce0933b548a96f81209f3b
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class DownloadChemCompProvider implements ChemCompProvider {

public static final String CHEM_COMP_CACHE_DIRECTORY = "chemcomp";

public static final String SERVER_LOCATION = "http://www.rcsb.org/pdb/files/ligand/";
public static final String SERVER_LOCATION = "https://files.rcsb.org/ligands/download/";


private static File path;
Expand Down