diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5cc470fe..29a6fa199 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,23 +122,3 @@ jobs: - name: Run Checks run: bin/ci.sh - linkChecker: - name: Link Checker - runs-on: ubuntu-24.04 - steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - - - name: Retrieve Lychee Cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 - id: lychee-cache # id to use in retrieve action - with: - path: .lycheecache - key: lychee-v1 - - - name: Link Checker - uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 - with: - args: --cache --max-cache-age 7d --require-https --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36" --no-progress './**/*.md' './**/*.html' './**/*.json' - fail: true - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.lycheeignore b/.lycheeignore deleted file mode 100644 index ed4e296ad..000000000 --- a/.lycheeignore +++ /dev/null @@ -1,12 +0,0 @@ -irc://irc.libera.chat/elixir -collinsdictionary\.com -users.csc.calpoly.edu -github.com/pulls -twitter.com -regexr.com -papyr.com -reddit.com -vimeo.com/53221562 -udacity.com -coderanch.com -stackoverflow\.com diff --git a/concepts/default-arguments/about.md b/concepts/default-arguments/about.md index 479280ccf..5a5a30fb3 100644 --- a/concepts/default-arguments/about.md +++ b/concepts/default-arguments/about.md @@ -22,4 +22,4 @@ guess() ``` [default-arguments]: https://hexdocs.pm/elixir/modules-and-functions.html#default-arguments -[function-header]: https://webcf.waybackmachine.org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/ +[function-header]: https://web.archive.org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/ diff --git a/concepts/multiple-clause-functions/links.json b/concepts/multiple-clause-functions/links.json index 8e874f39f..2586c9e61 100644 --- a/concepts/multiple-clause-functions/links.json +++ b/concepts/multiple-clause-functions/links.json @@ -4,7 +4,7 @@ "description": "Getting Started guide - Named Functions" }, { - "url": "https://webcf.waybackmachine.org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/", + "url": "https://web.archive.org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/", "description": "Default Values and Multiple Function Clauses" }, {