diff --git a/GOVERNANCE.md b/GOVERNANCE.md index fb0b9a698..fb150e470 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -92,7 +92,7 @@ discussion in a non-voting capacity. ## Consensus Seeking Process The WG follows a [Consensus -Seeking](http://en.wikipedia.org/wiki/Consensus-seeking_decision-making) +Seeking](https://en.wikipedia.org/wiki/Consensus-seeking_decision-making) decision-making model. All proposed changes to the project must be made in the form of a pull diff --git a/README.md b/README.md index a79c8938e..8dfecc3f9 100644 --- a/README.md +++ b/README.md @@ -167,15 +167,15 @@ need to install, thus reducing the overall size of all images on your system. ### `node:alpine` This image is based on the popular -[Alpine Linux project](http://alpinelinux.org), available in +[Alpine Linux project](https://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much 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](http://www.musl-libc.org) instead of -[glibc and friends](http://www.etalabs.net/compare_libcs.html), so certain +[musl libc](https://www.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 variant is usually a very safe choice. See @@ -205,19 +205,19 @@ To make the image size even smaller, you can [bundle without npm/yarn](./docs/Be ### `node:bullseye` This image is based on version 11 of -[Debian](http://debian.org), available in +[Debian](https://debian.org), available in [the `debian` official image](https://hub.docker.com/_/debian). ### `node:bookworm` This image is based on version 12 of -[Debian](http://debian.org), available in +[Debian](https://debian.org), available in [the `debian` official image](https://hub.docker.com/_/debian). ### `node:trixie` This image is based on version 13 of -[Debian](http://debian.org), available in +[Debian](https://debian.org), available in [the `debian` official image](https://hub.docker.com/_/debian). ### `node:slim`