Skip to content

Commit c20c5af

Browse files
authored
FIX: update Jupyter Book links to avoid redirects (#337)
Updated jupyterbook.org links from /en/stable/ to /v1/ to avoid redirect chains that cause linkchecker warnings. - layout.html footer: https://jupyterbook.org/en/stable/ → /v1/ - docs/reference/markdown_limits.md: removed broken FAQ link - docs/layout.md: beta.jupyterbook.org → jupyterbook.org/v1/
1 parent 2327c91 commit c20c5af

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ I could try to add a list of ideas to talk about.
204204
I suppose I could just keep going on forever,
205205
but I'll stop here.
206206
207-
-- Jo the Jovyan, *[the jupyter book docs](https://beta.jupyterbook.org)*
207+
-- Jo the Jovyan, *[the jupyter book docs](https://jupyterbook.org/v1/)*
208208
```
209209

210210
`````{toggle}

docs/reference/markdown_limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ docker run --rm --security-opt label:disable \
800800
If you navigate to `http://0.0.0.0:4000/jupyter-book/` in your browser,
801801
you should see a preview copy of your book.
802802
If you instead see an error, please try to update your local book;
803-
see [the Jupyter Book FAQ section](https://jupyterbook.org/guide/04_faq.html#how-can-i-update-my-book)
803+
see [the Jupyter Book documentation](https://jupyterbook.org/v1/)
804804
for more details on how to do so.
805805

806806
##### Building your site locally with Containers: Singularity

src/quantecon_book_theme/theme/quantecon_book_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
{% endif %}
151151
</p>
152152

153-
<p class="powered">Powered by <a href="https://jupyterbook.org/en/stable/">Jupyter Book</a></p>
153+
<p class="powered">Powered by <a href="https://jupyterbook.org/v1/">Jupyter Book</a></p>
154154

155155
</nav>
156156

0 commit comments

Comments
 (0)