From bd6dcaed4ea108cc8b9040a8a178feb6a4c33dbb Mon Sep 17 00:00:00 2001 From: Thi Bot Date: Fri, 2 Jan 2026 15:26:19 +0000 Subject: [PATCH 1/2] Switch from Awesome Bot to lychee-action for link checking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the Ruby-based Awesome Bot with lycheeverse/lychee-action@v2 for more efficient and maintainable link checking in CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- .github/workflows/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7fd803a..997158e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,11 +11,10 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: ruby/setup-ruby@v1 + - uses: lycheeverse/lychee-action@v2 with: - ruby-version: "3.3" - - run: gem install awesome_bot - - run: awesome_bot README.md --request-delay 0.1 --allow-redirect --allow-dupe --allow-ssl + args: --verbose --no-progress --accept 200,429 README.md + fail: true - uses: actions/setup-python@v5 with: python-version: "3.14" From 1614bdcf7ca0862a7148532e0ffc6795ff7ee741 Mon Sep 17 00:00:00 2001 From: Thi Bot Date: Fri, 2 Jan 2026 15:43:19 +0000 Subject: [PATCH 2/2] Fix additional broken links in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update logo URL from rawgit to jsdelivr CDN - Add missing YouTube URL for Wagtail headless NextJS video - Fix IoGT Wagtail CMS manual URL path 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3186389..e0bc3ab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome Wagtail [![Awesome](https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [Wagtail](https://wagtail.org/) +# Awesome Wagtail [![Awesome](https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [Wagtail](https://wagtail.org/) > A curated list of awesome packages, articles, and other cool resources from the Wagtail community. > [Wagtail](https://wagtail.org/) is a Python CMS powered by Django, focusing on flexibility and user experience. @@ -384,7 +384,7 @@ _You might also like [Awesome Django](https://github.com/wsvincent/awesome-djang - [Unobtrusive internationalisation - Wagtail Space NL 2022](https://www.youtube.com/watch?v=_dhScxTdtjA) by Lars van de Kerkhof. - [Moving Wagtail pages - Wagtail Space NL 2022](https://www.youtube.com/watch?v=OFqPKffSVWI) by Viggo de Vries. - [Wagtail architecture options, or should I go headless - Wagtail Space NL 2022](https://www.youtube.com/watch?v=JMULuz6RzjQ) by Dan Braghis. -- [Wagtail headless and NextJS frontend - Wagtail Space NL 2022](https://www) by Lucas Moeskops. +- [Wagtail headless and NextJS frontend - Wagtail Space NL 2022](https://www.youtube.com/watch?v=s8cJhFtjqZA) by Lucas Moeskops. ### Podcasts @@ -430,7 +430,7 @@ _You might also like [Awesome Django](https://github.com/wsvincent/awesome-djang - [Wagtail Editor's manual](https://docs.wagtail.org/en/stable/editor_manual/index.html) - Wagtail documentation for editors - [CCA Wagtail Editor Portal](https://portal.cca.edu/help/wagtail-documentation/) - User facing documentation for Wagtail by California College of the Arts - [Caltech Wagtail Editor Portal](https://sites.caltech.edu/) - User facing documentation for Wagtail by Caltech -- [IoGT Wagtail CMS](https://cms-manual.goodinternet.org/) - User facing documentation for Wagtail by the IoGT (Internet of Good Things). +- [IoGT Wagtail CMS](https://cms-manual.goodinternet.org/en/) - User facing documentation for Wagtail by the IoGT (Internet of Good Things). ## Community