Skip to content

Commit 9ceba9f

Browse files
committed
update http links to https
Most of these either redirect (so changing saves an extra redirect), or have a TLS version available. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a55ebd9 commit 9ceba9f

File tree

9 files changed

+43
-43
lines changed

9 files changed

+43
-43
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ OCI discussion happens in the following chat rooms, which are all bridged togeth
7575
#### Sign your work
7676

7777
The sign-off is a simple line at the end of the explanation for the patch, which certifies that you wrote it or otherwise have the right to pass it on as an open-source patch.
78-
The rules are pretty simple: if you can certify the below (from http://developercertificate.org):
78+
The rules are pretty simple: if you can certify the below (from https://developercertificate.org):
7979

8080
```
8181
Developer Certificate of Origin
@@ -143,12 +143,12 @@ Read more on [How to Write a Git Commit Message][how-to-git-commit] or the Discu
143143
[charter]: https://github.com/opencontainers/tob/blob/master/CHARTER.md
144144
[code-of-conduct]: https://github.com/opencontainers/org/blob/master/CODE_OF_CONDUCT.md
145145
[dev-list]: https://groups.google.com/a/opencontainers.org/forum/#!forum/dev
146-
[how-to-git-commit]: http://chris.beams.io/posts/git-commit
146+
[how-to-git-commit]: https://cbea.ms/git-commit/
147147
[iso-week]: https://en.wikipedia.org/wiki/ISO_week_date#Calculating_the_week_number_of_a_given_date
148-
[minutes]: http://ircbot.wl.linuxfoundation.org/meetings/opencontainers/
148+
[minutes]: https://ircbot.wl.linuxfoundation.org/meetings/opencontainers/
149149
[oci]: https://www.opencontainers.org
150150
[rfc5545]: https://tools.ietf.org/html/rfc5545
151151
[runtime-wiki]: https://github.com/opencontainers/runtime-spec/wiki
152152
[uberconference]: https://www.uberconference.com/opencontainers
153153

154-
[git-commit.1]: http://git-scm.com/docs/git-commit
154+
[git-commit.1]: https://git-scm.com/docs/git-commit

config-linux.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -959,25 +959,25 @@ subset of the available options.
959959
[cgroup-v2-io]: https://docs.kernel.org/admin-guide/cgroup-v2.html#io
960960
[devices]: https://www.kernel.org/doc/Documentation/admin-guide/devices.txt
961961
[devpts]: https://www.kernel.org/doc/Documentation/filesystems/devpts.txt
962-
[file]: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_164
962+
[file]: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_164
963963
[libseccomp]: https://github.com/seccomp/libseccomp
964964
[proc]: https://www.kernel.org/doc/Documentation/filesystems/proc.txt
965965
[seccomp]: https://www.kernel.org/doc/Documentation/prctl/seccomp_filter.txt
966966
[sharedsubtree]: https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt
967967
[sysfs]: https://www.kernel.org/doc/Documentation/filesystems/sysfs.txt
968968
[tmpfs]: https://www.kernel.org/doc/Documentation/filesystems/tmpfs.txt
969969

970-
[full.4]: http://man7.org/linux/man-pages/man4/full.4.html
971-
[mknod.1]: http://man7.org/linux/man-pages/man1/mknod.1.html
972-
[mknod.2]: http://man7.org/linux/man-pages/man2/mknod.2.html
973-
[namespaces.7_2]: http://man7.org/linux/man-pages/man7/namespaces.7.html
974-
[null.4]: http://man7.org/linux/man-pages/man4/null.4.html
975-
[personality.2]: http://man7.org/linux/man-pages/man2/personality.2.html
976-
[pts.4]: http://man7.org/linux/man-pages/man4/pts.4.html
977-
[random.4]: http://man7.org/linux/man-pages/man4/random.4.html
978-
[sysctl.8]: http://man7.org/linux/man-pages/man8/sysctl.8.html
979-
[tty.4]: http://man7.org/linux/man-pages/man4/tty.4.html
980-
[zero.4]: http://man7.org/linux/man-pages/man4/zero.4.html
981-
[user-namespaces]: http://man7.org/linux/man-pages/man7/user_namespaces.7.html
970+
[full.4]: https://man7.org/linux/man-pages/man4/full.4.html
971+
[mknod.1]: https://man7.org/linux/man-pages/man1/mknod.1.html
972+
[mknod.2]: https://man7.org/linux/man-pages/man2/mknod.2.html
973+
[namespaces.7_2]: https://man7.org/linux/man-pages/man7/namespaces.7.html
974+
[null.4]: https://man7.org/linux/man-pages/man4/null.4.html
975+
[personality.2]: https://man7.org/linux/man-pages/man2/personality.2.html
976+
[pts.4]: https://man7.org/linux/man-pages/man4/pts.4.html
977+
[random.4]: https://man7.org/linux/man-pages/man4/random.4.html
978+
[sysctl.8]: https://man7.org/linux/man-pages/man8/sysctl.8.html
979+
[tty.4]: https://man7.org/linux/man-pages/man4/tty.4.html
980+
[zero.4]: https://man7.org/linux/man-pages/man4/zero.4.html
981+
[user-namespaces]: https://man7.org/linux/man-pages/man7/user_namespaces.7.html
982982
[intel-rdt-cat-kernel-interface]: https://www.kernel.org/doc/Documentation/x86/intel_rdt_ui.txt
983983
[time_namespaces.7]: https://man7.org/linux/man-pages/man7/time_namespaces.7.html

config-solaris.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ Mapped to `lower-link` in the [zonecfg(1M)][zonecfg.1m_2] man page.
115115
```
116116

117117

118-
[priv-str-to-set.3c]: http://docs.oracle.com/cd/E86824_01/html/E54766/priv-str-to-set-3c.html
119-
[zoneadmd.1m]: http://docs.oracle.com/cd/E86824_01/html/E54764/zoneadmd-1m.html
120-
[zonecfg.1m_2]: http://docs.oracle.com/cd/E86824_01/html/E54764/zonecfg-1m.html
118+
[priv-str-to-set.3c]: https://docs.oracle.com/cd/E86824_01/html/E54766/priv-str-to-set-3c.html
119+
[zoneadmd.1m]: https://docs.oracle.com/cd/E86824_01/html/E54764/zoneadmd-1m.html
120+
[zonecfg.1m_2]: https://docs.oracle.com/cd/E86824_01/html/E54764/zonecfg-1m.html

config.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1151,26 +1151,26 @@ Here is a full example `config.json` for reference.
11511151

11521152
[apparmor]: https://wiki.ubuntu.com/AppArmor
11531153
[cgroup-v1-memory_2]: https://www.kernel.org/doc/Documentation/cgroup-v1/memory.txt
1154-
[selinux]:http://selinuxproject.org/page/Main_Page
1154+
[selinux]:https://selinuxproject.org/page/Main_Page
11551155
[no-new-privs]: https://www.kernel.org/doc/Documentation/prctl/no_new_privs.txt
11561156
[proc_2]: https://www.kernel.org/doc/Documentation/filesystems/proc.txt
1157-
[umask.2]: http://pubs.opengroup.org/onlinepubs/009695399/functions/umask.html
1158-
[semver-v2.0.0]: http://semver.org/spec/v2.0.0.html
1159-
[ieee-1003.1-2008-xbd-c8.1]: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_01
1160-
[ieee-1003.1-2008-functions-exec]: http://pubs.opengroup.org/onlinepubs/9699919799/functions/exec.html
1157+
[umask.2]: https://pubs.opengroup.org/onlinepubs/009695399/functions/umask.html
1158+
[semver-v2.0.0]: https://semver.org/spec/v2.0.0.html
1159+
[ieee-1003.1-2008-xbd-c8.1]: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_01
1160+
[ieee-1003.1-2008-functions-exec]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/exec.html
11611161
[naming-a-volume]: https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-volume
11621162
[oci-image-config-properties]: https://github.com/opencontainers/image-spec/blob/v1.1.0-rc2/config.md#properties
11631163
[oci-image-conversion]: https://github.com/opencontainers/image-spec/blob/v1.1.0-rc2/conversion.md
11641164

1165-
[capabilities.7]: http://man7.org/linux/man-pages/man7/capabilities.7.html
1166-
[mount.2]: http://man7.org/linux/man-pages/man2/mount.2.html
1167-
[mount.8]: http://man7.org/linux/man-pages/man8/mount.8.html
1168-
[mount.8-filesystem-independent]: http://man7.org/linux/man-pages/man8/mount.8.html#FILESYSTEM-INDEPENDENT_MOUNT_OPTIONS
1169-
[mount.8-filesystem-specific]: http://man7.org/linux/man-pages/man8/mount.8.html#FILESYSTEM-SPECIFIC_MOUNT_OPTIONS
1170-
[mount_setattr.2]: http://man7.org/linux/man-pages/man2/mount_setattr.2.html
1165+
[capabilities.7]: https://man7.org/linux/man-pages/man7/capabilities.7.html
1166+
[mount.2]: https://man7.org/linux/man-pages/man2/mount.2.html
1167+
[mount.8]: https://man7.org/linux/man-pages/man8/mount.8.html
1168+
[mount.8-filesystem-independent]: https://man7.org/linux/man-pages/man8/mount.8.html#FILESYSTEM-INDEPENDENT_MOUNT_OPTIONS
1169+
[mount.8-filesystem-specific]: https://man7.org/linux/man-pages/man8/mount.8.html#FILESYSTEM-SPECIFIC_MOUNT_OPTIONS
1170+
[mount_setattr.2]: https://man7.org/linux/man-pages/man2/mount_setattr.2.html
11711171
[mount-bind]: https://docs.kernel.org/filesystems/sharedsubtree.html
1172-
[getrlimit.2]: http://man7.org/linux/man-pages/man2/getrlimit.2.html
1173-
[getrlimit.3]: http://pubs.opengroup.org/onlinepubs/9699919799/functions/getrlimit.html
1174-
[stdin.3]: http://man7.org/linux/man-pages/man3/stdin.3.html
1175-
[uts-namespace.7]: http://man7.org/linux/man-pages/man7/namespaces.7.html
1176-
[zonecfg.1m]: http://docs.oracle.com/cd/E86824_01/html/E54764/zonecfg-1m.html
1172+
[getrlimit.2]: https://man7.org/linux/man-pages/man2/getrlimit.2.html
1173+
[getrlimit.3]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/getrlimit.html
1174+
[stdin.3]: https://man7.org/linux/man-pages/man3/stdin.3.html
1175+
[uts-namespace.7]: https://man7.org/linux/man-pages/man7/namespaces.7.html
1176+
[zonecfg.1m]: https://docs.oracle.com/cd/E86824_01/html/E54764/zonecfg-1m.html

glossary.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Runtime callers often execute a runtime via [runc][]-compatible command line int
4646
On Linux, the namespaces from which new [container namespaces](#container-namespace) are [created](config-linux.md#namespaces) and from which some configured resources are accessed.
4747

4848
[JSON]: https://tools.ietf.org/html/rfc8259
49-
[UTF-8]: http://www.unicode.org/versions/Unicode8.0.0/ch03.pdf
49+
[UTF-8]: https://www.unicode.org/versions/Unicode8.0.0/ch03.pdf
5050
[runc]: https://github.com/opencontainers/runc
5151

52-
[namespaces.7]: http://man7.org/linux/man-pages/man7/namespaces.7.html
52+
[namespaces.7]: https://man7.org/linux/man-pages/man7/namespaces.7.html

runtime-linux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ While creating the container (step 2 in the [lifecycle](runtime.md#lifecycle)),
1818
| /proc/self/fd/2 | /dev/stderr |
1919

2020

21-
[socket-activated-containers]: http://0pointer.de/blog/projects/socket-activated-containers.html
21+
[socket-activated-containers]: https://0pointer.de/blog/projects/socket-activated-containers.html

schema/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
This directory contains the [JSON Schema](http://json-schema.org/) for validating JSON covered by this specification.
5+
This directory contains the [JSON Schema](https://json-schema.org) for validating JSON covered by this specification.
66

77
The layout of the files is as follows:
88

spec.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ An implementation is not compliant for a given CPU architecture if it fails to s
4747
An implementation is compliant for a given CPU architecture if it satisfies all the MUST, REQUIRED, and SHALL requirements for the [platforms](#platforms) it implements.
4848

4949

50-
[c99-unspecified]: http://www.open-std.org/jtc1/sc22/wg14/www/C99RationaleV5.10.pdf#page=18
51-
[oci]: http://www.opencontainers.org
50+
[c99-unspecified]: https://www.open-std.org/jtc1/sc22/wg14/www/C99RationaleV5.10.pdf#page=18
51+
[oci]: https://opencontainers.org
5252
[rfc2119]: https://www.rfc-editor.org/rfc/rfc2119.html

specs-go/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ type Process struct {
9999
}
100100

101101
// LinuxCapabilities specifies the list of allowed capabilities that are kept for a process.
102-
// http://man7.org/linux/man-pages/man7/capabilities.7.html
102+
// https://man7.org/linux/man-pages/man7/capabilities.7.html
103103
type LinuxCapabilities struct {
104104
// Bounding is the set of capabilities checked by the kernel.
105105
Bounding []string `json:"bounding,omitempty" platform:"linux"`

0 commit comments

Comments
 (0)