diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 6ddc6a21..192323cc 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -515,7 +515,7 @@ Example 1: DNA Fragment (Smallest / Fastest) Data files: -`DNA fragment example (~1MB) `_ +`DNA fragment example (~1MB) `_ Create or edit ``config.yaml`` in your working directory: @@ -551,7 +551,7 @@ Example 2: Lysozyme (Larger / Slower) Data files: -`Lysozyme example (~1.2GB) `_ +`Lysozyme example (~1.2GB) `_ Create or edit ``config.yaml`` in your working directory: diff --git a/tests/regression/helpers.py b/tests/regression/helpers.py index 9f27b41b..d5c09a12 100644 --- a/tests/regression/helpers.py +++ b/tests/regression/helpers.py @@ -11,7 +11,7 @@ import yaml -DEFAULT_TESTDATA_BASE_URL = "https://www.ccpbiosim.ac.uk/file-store/codeentropy-testing" +DEFAULT_TESTDATA_BASE_URL = "https://file-store.ccpbiosim.org/codeentropy-testing" @dataclass(frozen=True)