From 69c354492d2f0125d679fb3c4f9dfbc5f89c1831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:23:53 +0000 Subject: [PATCH 1/3] Bump lycheeverse/lychee-action from 1.10.0 to 2.1.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.10.0 to 2.1.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/2b973e86fc7b1f6b36a93795fe2c9c6ae1118621...f81112d0d2814ded911bd23e3beaa9dda9093915) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29bb059d2..839244d8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: key: lychee-v1 - name: Link Checker - uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 + uses: lycheeverse/lychee-action@f81112d0d2814ded911bd23e3beaa9dda9093915 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 From dfe885aa1bc03309c7d4efd76b501721d3dd29e1 Mon Sep 17 00:00:00 2001 From: Jeremie Gillet Date: Mon, 9 Dec 2024 10:15:01 +0900 Subject: [PATCH 2/3] fix domain change with information from the wayback machine --- concepts/if/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/if/about.md b/concepts/if/about.md index 0d0f07abc..3279d6a81 100644 --- a/concepts/if/about.md +++ b/concepts/if/about.md @@ -85,4 +85,4 @@ truthy?.(nil) [kernel-and]: https://hexdocs.pm/elixir/Kernel.html#&&/2 [kernel-or]: https://hexdocs.pm/elixir/Kernel.html#%7C%7C/2 [kernel-not]: https://hexdocs.pm/elixir/Kernel.html#!/1 -[falsy-various-langs]: https://www.peachesnstink.com/p/vvCzwCNRfqyPSgTdigNPvC +[falsy-various-langs]: https://www.commentcastles.org/p/vvCzwCNRfqyPSgTdigNPvC From b6c8be59a89acb5978d2e105a00ef2ac85fc226c Mon Sep 17 00:00:00 2001 From: Jeremie Gillet Date: Mon, 9 Dec 2024 10:30:03 +0900 Subject: [PATCH 3/3] update practice exercise link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6432f8ed2..da12b74d5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ Please keep the following in mind: exercise. - Each problem should have a test suite, an example solution, and a template - file for the real implementation. Read about [the anatomy of practice exercises](https://github.com/exercism/docs/blob/main/building/tracks/practice-exercises.md) or [the anatomy of concept exercises](https://github.com/exercism/docs/blob/main/building/tracks/concept-exercises.md), depending on to which type of exercise you want to contribute. + file for the real implementation. Read about [the anatomy of practice exercises](https://github.com/exercism/docs/blob/main/building/tracks/practice-exercises/README.md) or [the anatomy of concept exercises](https://github.com/exercism/docs/blob/main/building/tracks/concept-exercises.md), depending on to which type of exercise you want to contribute. - For practice exercises, `instructions.md` come from the [problem specifications](https://github.com/exercism/problem-specifications) repository. They cannot be changed without updating them in that repository first. If Elixir-specific changes are necessary, they can be appended to the instructions by creating a `instructions.append.md` file.