From 8d12b33d09cce6920da6282099aec84d7671fb77 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Tue, 30 Jun 2026 12:21:14 +0100 Subject: [PATCH] fix file-store paths to new domain path --- docs/getting_started.rst | 4 ++-- tests/regression/helpers.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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)