From f553de5dcd93bcad86b7aae48207961ab19800e2 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Tue, 5 Nov 2024 08:06:58 -0500 Subject: [PATCH] Update .github/workflows/validate_datasets.yml --- .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 14cac503e..065e29e5e 100644 --- a/.github/workflows/validate_datasets.yml +++ b/.github/workflows/validate_datasets.yml @@ -111,4 +111,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--1956.org.readthedocs.build/en/1956/schema.json + BIDS_SCHEMA: https://bids-specification.readthedocs/en/latest/schema.json