From e488826a83f0b9e68617c131a278a74ca6226576 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 7 Aug 2024 11:19:32 -0400 Subject: [PATCH] chore(ci): Update BIDS_SCHEMA URL --- .github/workflows/validate_datasets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_datasets.yml b/.github/workflows/validate_datasets.yml index b96212bf6..6600bf1bf 100644 --- a/.github/workflows/validate_datasets.yml +++ b/.github/workflows/validate_datasets.yml @@ -108,4 +108,4 @@ jobs: env: # When proposing new features, schema changes may be necessary. # Update this URL to the schema.json from PRs to the spec, when needed. - BIDS_SCHEMA: https://bids-specification--1875.org.readthedocs.build/en/1875/schema.json + BIDS_SCHEMA: https://bids-specification--1377.org.readthedocs.build/en/1377/schema.json