diff --git a/specification/_config.yml b/specification/_config.yml
index eb0c362..cfa51cf 100644
--- a/specification/_config.yml
+++ b/specification/_config.yml
@@ -41,15 +41,6 @@ html:
use_issues_button: true
use_repository_button: true
home_page_in_navbar: false
- announcement: |
-
-
-
THIS SITE IS BEING MERGED
-
- The BIDS group is currently finalizing a NEW main website that will merge our existing websites into one central, easy to navigate resource. The New BIDS Website (https://bids-website.readthedocs.io) is still being finalized, but we encourage feedback via the giscus form on the bottom of the main page.
-
- Please feel free to submit suggestions or comments as we improve and consolidate our existing BIDS resources.
-
latex:
latex_engine: xelatex
@@ -78,7 +69,7 @@ sphinx:
intersphinx_mapping:
python: ['https://docs.python.org/3', null]
pybids: ['https://bids-standard.github.io/pybids', null]
- bids-matlab: ['https://bids-matlab.readthedocs.io/en/main', null]
+ bids-matlab: ['https://bids-matlab.readthedocs.io/en/latest', null]
html_extra_path:
- schema
suppress_warnings:
diff --git a/specification/walkthrough-intro.md b/specification/walkthrough-intro.md
index 8014615..8919ed6 100644
--- a/specification/walkthrough-intro.md
+++ b/specification/walkthrough-intro.md
@@ -8,7 +8,7 @@ This guide is aimed at those new to *BIDS Stats Models*
but familiar with neuroimaging analysis experience.
If you want more detail on any topics covered here,
-head over to the **[specification](reference.md)** for reference.
+head over to the **[specification](reference.rst)** for reference.
```{tableofcontents}
```