From b04e6216aa378bac75041af122d39e5ad2500f4f Mon Sep 17 00:00:00 2001 From: John Freeman Date: Sat, 17 Feb 2024 21:40:12 +0000 Subject: [PATCH] Fixed website build (#941) A couple of URLs were failing. --- docs/_docs/features.md | 2 +- docs/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/features.md b/docs/_docs/features.md index deb10638..03f30091 100644 --- a/docs/_docs/features.md +++ b/docs/_docs/features.md @@ -170,7 +170,7 @@ plugins from elsewhere. This is where Zim comes in, Zim is a plugin manager for Zsh and can install Zsh plugins from Git repositories. You can find a list of third-party plugins at: -[https://github.com/unixorn/awesome-zsh-plugins#plugins](https://github.com/unixorn/awesome-zsh-plugins#plugins) +[https://github.com/unixorn/awesome-zsh-plugins/blob/main/README.md](https://github.com/unixorn/awesome-zsh-plugins/blob/main/README.md) ### Starship Prompt diff --git a/docs/build.sh b/docs/build.sh index b97d6317..a0025708 100755 --- a/docs/build.sh +++ b/docs/build.sh @@ -21,7 +21,7 @@ run() { for i in {1..3}; do htmlproofer /tmp/_site --log-level debug \ --swap-urls "^/development-environment:" \ - --ignore-urls '//www.xfce.org,//mademistakes.com/,//kompose.io/,//twitter.com/,//github.com/gantsign/development-environment/pull/,//github.com/gantsign/development-environment/blob/1.8.0/,//github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md/' \ + --ignore-urls '//www.xfce.org,//mademistakes.com/,//kompose.io/,//twitter.com/,//github.com/gantsign/development-environment/pull/,//github.com/gantsign/development-environment/blob/1.8.0/,//github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md/,//mama.indstate.edu/users/ice/tree/' \ --ignore-status-codes 307 \ --no-enforce-https \ && s=0 && break || s=$? && sleep 60