From 4a5281eb17723ce845de4d548b3fe573b741e1f6 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Fri, 27 Feb 2026 13:49:25 -0500 Subject: [PATCH 1/2] doc: update LICENSE link to main branch Fixes #2286 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7fbf7b93..8b2e98a34 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ repository. ## License -[License information](https://github.com/nodejs/node/blob/master/LICENSE) for +[License information](https://github.com/nodejs/node/blob/main/LICENSE) for the software contained in this image. [License information](LICENSE) for the Node.js Docker project. From 8dd8b99d20a01b37c9c9fa81b2b382f8c27aad49 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Fri, 27 Feb 2026 15:47:24 -0500 Subject: [PATCH 2/2] doc: point to new musl domain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b2e98a34..6e9cd8877 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ slimmer images in general. This variant is highly recommended when final image size being as small as possible is desired. The main caveat to note is that it does use -[musl libc](https://www.musl-libc.org) instead of +[musl libc](https://musl.libc.org/) instead of [glibc and friends](https://www.etalabs.net/compare_libcs.html), so certain software might run into issues depending on the depth of their libc requirements. However, most software doesn't have an issue with this, so this