Skip to content

Commit 8d12b33

Browse files
committed
fix file-store paths to new domain path
1 parent 5125ffc commit 8d12b33

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ Example 1: DNA Fragment (Smallest / Fastest)
515515

516516
Data files:
517517

518-
`DNA fragment example (~1MB) <https://ccpbiosim.ac.uk/file-store/codeentropy-examples/dna_example.tar>`_
518+
`DNA fragment example (~1MB) <https://file-store.ccpbiosim.org/codeentropy-examples/dna_example.tar>`_
519519

520520
Create or edit ``config.yaml`` in your working directory:
521521

@@ -551,7 +551,7 @@ Example 2: Lysozyme (Larger / Slower)
551551

552552
Data files:
553553

554-
`Lysozyme example (~1.2GB) <https://ccpbiosim.ac.uk/file-store/codeentropy-examples/lysozyme_example.tar>`_
554+
`Lysozyme example (~1.2GB) <https://file-store.ccpbiosim.org/codeentropy-examples/lysozyme_example.tar>`_
555555

556556
Create or edit ``config.yaml`` in your working directory:
557557

tests/regression/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import yaml
1313

14-
DEFAULT_TESTDATA_BASE_URL = "https://www.ccpbiosim.ac.uk/file-store/codeentropy-testing"
14+
DEFAULT_TESTDATA_BASE_URL = "https://file-store.ccpbiosim.org/codeentropy-testing"
1515

1616

1717
@dataclass(frozen=True)

0 commit comments

Comments
 (0)