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"
diff --git a/README.md b/README.md
index 3186389..e0bc3ab 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Awesome Wagtail [](https://github.com/sindresorhus/awesome) [
](https://wagtail.org/)
+# Awesome Wagtail [](https://github.com/sindresorhus/awesome) [
](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