From 3f350469b51b3ee2f37b16c3bed0e39620d960fd Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Tue, 2 Jul 2024 09:26:33 -0400 Subject: [PATCH] Fix test data path (#319) --- docs/example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/example.rst b/docs/example.rst index d562dc93..c7826f46 100644 --- a/docs/example.rst +++ b/docs/example.rst @@ -38,7 +38,7 @@ Now, download and unzip the example data (you can also do this in your Finder wi .. code-block:: console - $ curl -sSLO https://github.com/PennLINC/CuBIDS/raw/main/cubids/testdata/BIDS_Dataset.zip + $ curl -sSLO https://github.com/PennLINC/CuBIDS/raw/main/cubids/tests/data/BIDS_Dataset.zip $ unzip BIDS_Dataset.zip $ rm BIDS_Dataset.zip