From 03ed3c60625353de5b25fe172ee2f3b6d65613d9 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 7 May 2026 08:39:58 +0800 Subject: [PATCH 1/2] Add redirect for old project pages. --- docs/config.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/config.yml b/docs/config.yml index 09554e1657..1276d62812 100644 --- a/docs/config.yml +++ b/docs/config.yml @@ -272,6 +272,21 @@ plugins: abstract_chars_count: -1 redirects: redirect_maps: + # Toga project references + "toga.md": "https://toga.beeware.org/" + "project/toga.md": "https://toga.beeware.org/" + "project/projects/libraries/toga.md": "https://toga.beeware.org/" + # Briefcase project references + "briefcase.md": "https://briefcase.beeware.org/" + "project/briefcase.md": "https://briefcase.beeware.org/" + "project/projects/tools/briefcase.md": "https://briefcase.beeware.org/" + # Rubicon-ObjC project references + "rubicon.md": "https://rubicon-objc.beeware.org/" + "project/utilities/rubicon.md": "https://rubicon-objc.beeware.org/" + "project/projects/bridges/rubicon.md": "https://rubicon-objc.beeware.org/" + # Podium project references + "project/applications/podium.md": "https://github.com/beeware/podium" + "project/projects/applications/podium.md": "https://github.com/beeware/podium" # shortlinks "bee/briefcase-bootstraps.md": "https://briefcase.beeware.org/en/latest/reference/commands/new.html#third-party-bootstraps" "bee/chat.md": "https://discord.gg/AjYYm8cyQM" From 54ed0c6033dffb35a214e069976d30e76de56145 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 7 May 2026 09:31:15 +0800 Subject: [PATCH 2/2] Update link check exclusions. --- .../posts/2017/buzz/come-sprint-with-us-at-pycon-us-2017.md | 2 +- tox.ini | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/en/news/posts/2017/buzz/come-sprint-with-us-at-pycon-us-2017.md b/docs/en/news/posts/2017/buzz/come-sprint-with-us-at-pycon-us-2017.md index a299065f93..e806f2ee4e 100644 --- a/docs/en/news/posts/2017/buzz/come-sprint-with-us-at-pycon-us-2017.md +++ b/docs/en/news/posts/2017/buzz/come-sprint-with-us-at-pycon-us-2017.md @@ -58,4 +58,4 @@ If you have any questions, just ask [myself](https://twitter.com/glasnt) or [Rus We'd love to see you there! ✨ -This article has been cross-posted on [glasnt.com/blog](http://glasnt.com/blog/2017/02/01/come-sprint-with-beeware.html). +This article has been cross-posted on [glasnt.com/blog](https://glasnt.com/blog/come-sprint-with-beeware/). diff --git a/tox.ini b/tox.ini index 53b204704b..4282c7aab5 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,9 @@ commands: translate : build_po_translations ar cs da de es fa fr it ja ko pl pt ru tr zh_CN zh_TW translate : update_machine_translations --soft-fail ar cs da de es fa fr it ja ko pl pt ru tr zh_CN zh_TW lint : pyspelling - lint : markdown-checker --dir {[docs]docs_dir} --func check_broken_urls --skip-domains=https://www.maxcdn.com/blog/beeware-be-sticky/,http://glasnt.com/blog/2017/02/01/come-sprint-with-beeware.html + # MaxCDN has been acquired and their blog no longer exists + # Play store has delisted Travel Tips for now.. + lint : markdown-checker --dir {[docs]docs_dir} --func check_broken_urls --skip-domains=https://www.maxcdn.com/blog/beeware-be-sticky/,https://play.google.com/store/apps/details en : build_md_translations {posargs} en ar : build_md_translations {posargs} ar cs : build_md_translations {posargs} cs