From ebe406ac63b60560fef6e2cd2dab7482e7c251c3 Mon Sep 17 00:00:00 2001
From: mmcky
Date: Tue, 25 Nov 2025 16:25:53 +1100
Subject: [PATCH] FIX: update Jupyter Book links to avoid redirects
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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/
---
docs/layout.md | 2 +-
docs/reference/markdown_limits.md | 2 +-
src/quantecon_book_theme/theme/quantecon_book_theme/layout.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/layout.md b/docs/layout.md
index 611353e1..7b186dae 100644
--- a/docs/layout.md
+++ b/docs/layout.md
@@ -204,7 +204,7 @@ I could try to add a list of ideas to talk about.
I suppose I could just keep going on forever,
but I'll stop here.
--- Jo the Jovyan, *[the jupyter book docs](https://beta.jupyterbook.org)*
+-- Jo the Jovyan, *[the jupyter book docs](https://jupyterbook.org/v1/)*
```
`````{toggle}
diff --git a/docs/reference/markdown_limits.md b/docs/reference/markdown_limits.md
index 245f8bfd..f05e6bb8 100644
--- a/docs/reference/markdown_limits.md
+++ b/docs/reference/markdown_limits.md
@@ -800,7 +800,7 @@ docker run --rm --security-opt label:disable \
If you navigate to `http://0.0.0.0:4000/jupyter-book/` in your browser,
you should see a preview copy of your book.
If you instead see an error, please try to update your local book;
-see [the Jupyter Book FAQ section](https://jupyterbook.org/guide/04_faq.html#how-can-i-update-my-book)
+see [the Jupyter Book documentation](https://jupyterbook.org/v1/)
for more details on how to do so.
##### Building your site locally with Containers: Singularity
diff --git a/src/quantecon_book_theme/theme/quantecon_book_theme/layout.html b/src/quantecon_book_theme/theme/quantecon_book_theme/layout.html
index c8fa58f9..35efbd6d 100644
--- a/src/quantecon_book_theme/theme/quantecon_book_theme/layout.html
+++ b/src/quantecon_book_theme/theme/quantecon_book_theme/layout.html
@@ -150,7 +150,7 @@
{% endif %}
- Powered by Jupyter Book
+ Powered by Jupyter Book