From 1371e564f78a08f24b833859d88118d3057b0e43 Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Tue, 19 May 2026 14:24:34 -0700 Subject: [PATCH 1/2] Link fixes --- step-ca/installation.mdx | 2 +- step-cli/installation.mdx | 2 +- tutorials/acme-protocol-acme-clients.mdx | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/step-ca/installation.mdx b/step-ca/installation.mdx index 4c8e78bf..15a6139d 100644 --- a/step-ca/installation.mdx +++ b/step-ca/installation.mdx @@ -152,7 +152,7 @@ Big shout out to the maintainers of these packages! We appreciate you. Community-maintained Alpine Linux Packages for `step` and `step-ca` are available. -To install `step` with [apk](https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management), run: +To install `step` with [apk](https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper), run: ``` apk add step-cli step-certificates diff --git a/step-cli/installation.mdx b/step-cli/installation.mdx index 04987b52..a5fdf013 100644 --- a/step-cli/installation.mdx +++ b/step-cli/installation.mdx @@ -112,7 +112,7 @@ Big shout out to the maintainers of these packages! We appreciate you. A community-maintained [`step-cli` package](https://pkgs.alpinelinux.org/packages?name=step-cli&branch=edge&repo=&arch=&maintainer=) for Alpine Linux is available. -Use [apk](https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management) to install `step`: +Use [apk](https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper) to install `step`: ``` apk add step-cli diff --git a/tutorials/acme-protocol-acme-clients.mdx b/tutorials/acme-protocol-acme-clients.mdx index 3429edd3..9e85674d 100644 --- a/tutorials/acme-protocol-acme-clients.mdx +++ b/tutorials/acme-protocol-acme-clients.mdx @@ -153,9 +153,7 @@ You can automate renewal with a simple `cron` entry: ``` The `certbot` packages for some Linux distributions will create a `cron` entry -or [systemd -timer](https://stevenwestmoreland.com/2017/11/renewing-certbot-certificates-using-a-systemd-timer.html) -like this for you. This entry won't work with `step-ca` because it [doesn't set +or systemd timer for you. This entry won't work with `step-ca` because it [doesn't set the `REQUESTS_CA_BUNDLE` environment variable](https://github.com/certbot/certbot/issues/7170). You'll need to manually tweak it to do so. From 2f780df5d112efa69d697459e697eb9b39ef320b Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Tue, 19 May 2026 17:01:51 -0700 Subject: [PATCH 2/2] Ignore Alpine wiki URL in link check The wiki.alpinelinux.org site returns HTTP 418 to the link checker, likely due to bot protection. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/mdl.config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/mdl.config.json b/.github/mdl.config.json index 82c1ab2b..dd52e927 100644 --- a/.github/mdl.config.json +++ b/.github/mdl.config.json @@ -59,6 +59,9 @@ }, { "pattern": "^https://www.w3.org" + }, + { + "pattern": "^https://wiki.alpinelinux.org" } ], "replacementPatterns": [