Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down