Skip to content

Commit 329f0f1

Browse files
authored
Merge pull request #2298 from MikeMcC399/docs/upgrade-http-links-to-https
docs: upgrade links from http to https
2 parents 9d83122 + 16022ec commit 329f0f1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

GOVERNANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ discussion in a non-voting capacity.
9292
## Consensus Seeking Process
9393

9494
The WG follows a [Consensus
95-
Seeking](http://en.wikipedia.org/wiki/Consensus-seeking_decision-making)
95+
Seeking](https://en.wikipedia.org/wiki/Consensus-seeking_decision-making)
9696
decision-making model.
9797

9898
All proposed changes to the project must be made in the form of a pull

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,15 @@ need to install, thus reducing the overall size of all images on your system.
167167
### `node:alpine`
168168

169169
This image is based on the popular
170-
[Alpine Linux project](http://alpinelinux.org), available in
170+
[Alpine Linux project](https://alpinelinux.org), available in
171171
[the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is
172172
much smaller than most distribution base images (~5MB), and thus leads to much
173173
slimmer images in general.
174174

175175
This variant is highly recommended when final image size being as small as
176176
possible is desired. The main caveat to note is that it does use
177-
[musl libc](http://www.musl-libc.org) instead of
178-
[glibc and friends](http://www.etalabs.net/compare_libcs.html), so certain
177+
[musl libc](https://www.musl-libc.org) instead of
178+
[glibc and friends](https://www.etalabs.net/compare_libcs.html), so certain
179179
software might run into issues depending on the depth of their libc
180180
requirements. However, most software doesn't have an issue with this, so this
181181
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
205205
### `node:bullseye`
206206

207207
This image is based on version 11 of
208-
[Debian](http://debian.org), available in
208+
[Debian](https://debian.org), available in
209209
[the `debian` official image](https://hub.docker.com/_/debian).
210210

211211
### `node:bookworm`
212212

213213
This image is based on version 12 of
214-
[Debian](http://debian.org), available in
214+
[Debian](https://debian.org), available in
215215
[the `debian` official image](https://hub.docker.com/_/debian).
216216

217217
### `node:trixie`
218218

219219
This image is based on version 13 of
220-
[Debian](http://debian.org), available in
220+
[Debian](https://debian.org), available in
221221
[the `debian` official image](https://hub.docker.com/_/debian).
222222

223223
### `node:slim`

0 commit comments

Comments
 (0)