Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Change http to https for security links #3981

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ It's recommended to set a save hook in your editor of choice that runs `goimport

[effectivego]: https://golang.org/doc/effective_go.html
[codereview]: https://github.com/golang/go/wiki/CodeReviewComments
[godoc]: http://blog.golang.org/godoc-documenting-go-code[here](https://github.com/coreos/docs/tree/master/golang).
[godoc]: https://blog.golang.org/godoc-documenting-go-code[here](https://github.com/coreos/docs/tree/master/golang).

### Documentation Style

Expand Down
2 changes: 1 addition & 1 deletion Documentation/app-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ To validate that `rkt` successfully implements the ACE part of the spec, use the
[appc-val]: https://github.com/appc/spec/blob/master/README.md#validating-app-container-executors-aces
[docker2aci]: https://github.com/appc/docker2aci
[goaci]: https://github.com/appc/goaci
[k8s-pods]: http://kubernetes.io/docs/user-guide/pods/
[k8s-pods]: https://kubernetes.io/docs/user-guide/pods/
[running-docker-images]: running-docker-images.md
12 changes: 6 additions & 6 deletions Documentation/devel/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,9 @@ From a UI perspective, main consumers of the logging and attaching subsystem are
[man-exec]: http://man7.org/linux/man-pages/man3/exec.3.html
[oci-img-spec]: https://github.com/opencontainers/image-spec
[rkt-image-fetching]: ../image-fetching-behavior.md
[systemd-beforeafter]: http://www.freedesktop.org/software/systemd/man/systemd.unit.html#Before=
[systemd-conflicts]: http://www.freedesktop.org/software/systemd/man/systemd.unit.html#Conflicts=
[systemd-wants]: http://www.freedesktop.org/software/systemd/man/systemd.unit.html#Wants=
[systemd-onfailure]: http://www.freedesktop.org/software/systemd/man/systemd.unit.html#OnFailure=
[systemd-remainafterexit]: http://www.freedesktop.org/software/systemd/man/systemd.service.html#RemainAfterExit=
[systemd-stopwhenunneeded]: http://www.freedesktop.org/software/systemd/man/systemd.unit.html#StopWhenUnneeded=
[systemd-beforeafter]: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Before=
[systemd-conflicts]: https//www.freedesktop.org/software/systemd/man/systemd.unit.html#Conflicts=
[systemd-wants]: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Wants=
[systemd-onfailure]: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#OnFailure=
[systemd-remainafterexit]: https://www.freedesktop.org/software/systemd/man/systemd.service.html#RemainAfterExit=
[systemd-stopwhenunneeded]: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#StopWhenUnneeded=
2 changes: 1 addition & 1 deletion Documentation/running-docker-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Downloading layer: f2fb89b0a711a7178528c7785d247ba3572924353b0d5e23e9b28f0518253
| `-._ `._ / _.-' | PID: 4
`-._ `-._ `-./ _.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' | http://redis.io
| `-._`-._ _.-'_.-' | https://redis.io
`-._ `-._`-.__.-'_.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' |
Expand Down
6 changes: 3 additions & 3 deletions Documentation/running-fly-stage1.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ For more information please consult the systemd manual.


[build-configure]: build-configure.md
[kubelet]: http://kubernetes.io/docs/admin/kubelet/
[kubelet]: https://kubernetes.io/docs/admin/kubelet/
[sharedsubtree]: https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt
[systemd.directives]: http://www.freedesktop.org/software/systemd/man/systemd.directives.html
[systemd.resource-control]: http://www.freedesktop.org/software/systemd/man/systemd.resource-control.html
[systemd.directives]: https://www.freedesktop.org/software/systemd/man/systemd.directives.html
[systemd.resource-control]: https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html
[systemd-unit]: using-rkt-with-systemd.md#advanced-unit-file
2 changes: 1 addition & 1 deletion Documentation/selinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Note that the policy is responsibility of your distribution and might differ fro
To find out more about policies you can check the [SELinux Policy Overview][selinux-policy].
Please refer to your distribution documentation for further details on its policy.

[svirt]: http://selinuxproject.org/page/SVirt
[svirt]: https://selinuxproject.org/page/SVirt
[selinux-policy]: https://www.centos.org/docs/5/html/Deployment_Guide-en-US/rhlcommon-chapter-0001.html

2 changes: 1 addition & 1 deletion Documentation/subcommands/api-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ See the table with [global options in general commands documentation][global-opt
[api_proto]: https://github.com/rkt/rkt/blob/master/api/v1alpha/api.proto
[client-example]: https://github.com/rkt/rkt/blob/master/api/v1alpha/client_example.go
[global-options]: ../commands.md#global-options
[grpc]: http://www.grpc.io/
[grpc]: https://www.grpc.io/
[rkt-api]: https://github.com/rkt/rkt/blob/master/dist/init/systemd/rkt-api.service
6 changes: 3 additions & 3 deletions Documentation/using-rkt-with-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ Known issues and tips for using rkt with Kubernetes can be found in the [rktnete

[coreos-baremetal]: https://github.com/coreos/coreos-baremetal
[coreos-kubernetes]: https://github.com/coreos/coreos-kubernetes
[k8s]: http://kubernetes.io
[k8s-1.3-release]: http://blog.kubernetes.io/2016/07/rktnetes-brings-rkt-container-engine-to-Kubernetes.html
[k8s]: https://kubernetes.io
[k8s-1.3-release]: https://blog.kubernetes.io/2016/07/rktnetes-brings-rkt-container-engine-to-Kubernetes.html
[k8s-on-aws]: https://coreos.com/kubernetes/docs/latest/kubernetes-on-aws.html
[k8s-baremetal]: https://github.com/coreos/coreos-baremetal/blob/master/Documentation/kubernetes.md
[k8s-on-vagrant]: https://coreos.com/kubernetes/docs/latest/kubernetes-on-vagrant-single.html
[minikube]: https://github.com/kubernetes/minikube
[minikube-quickstart]: https://github.com/kubernetes/minikube/blob/master/README.md#quickstart
[rktnetes]: https://v1-8.docs.kubernetes.io/docs/getting-started-guides/rkt/
[rktnetes-notes]: http://kubernetes.io/docs/getting-started-guides/rkt/notes/
[rktnetes-notes]: https://kubernetes.io/docs/getting-started-guides/rkt/notes/
10 changes: 5 additions & 5 deletions Documentation/using-rkt-with-systemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,16 +532,16 @@ $ systemd-cgls --all
[aci-socketActivated]: https://github.com/appc/spec/blob/master/spec/aci.md#image-manifest-schema
[go-systemd]: https://github.com/coreos/go-systemd
[machined]: https://wiki.freedesktop.org/www/Software/systemd/machined/
[systemd]: http://www.freedesktop.org/wiki/Software/systemd/
[systemd]: https://www.freedesktop.org/wiki/Software/systemd/
[systemd.exec]: https://www.freedesktop.org/software/systemd/man/systemd.exec.html
[systemd.resource-control]: https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html
[systemd-cpuquota]: https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html#CPUQuota=
[systemd-cpuaffinity]: https://www.freedesktop.org/software/systemd/man/systemd.exec.html#CPUAffinity=
[systemd-isolators]: https://github.com/appc/spec/blob/master/spec/ace.md#isolators
[systemd-killmode-mixed]: http://www.freedesktop.org/software/systemd/man/systemd.kill.html#KillMode=
[systemd-machined]: http://www.freedesktop.org/software/systemd/man/systemd-machined.service.html
[systemd-run]: http://www.freedesktop.org/software/systemd/man/systemd-run.html
[systemd-socket-activated]: http://www.freedesktop.org/software/systemd/man/sd_listen_fds.html
[systemd-killmode-mixed]: https://www.freedesktop.org/software/systemd/man/systemd.kill.html#KillMode=
[systemd-machined]: https://www.freedesktop.org/software/systemd/man/systemd-machined.service.html
[systemd-run]: https://www.freedesktop.org/software/systemd/man/systemd-run.html
[systemd-socket-activated]: https://www.freedesktop.org/software/systemd/man/sd_listen_fds.html
[systemd-socket-proxyd]: https://www.freedesktop.org/software/systemd/man/systemd-socket-proxyd.html
[systemd-unit]: https://www.freedesktop.org/software/systemd/man/systemd.unit.html
[sd_notify]: https://www.freedesktop.org/software/systemd/man/sd_notify.html
Expand Down
6 changes: 3 additions & 3 deletions api/v1alpha/docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ Info describes the information of rkt on the machine.

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| rkt_version | [string](#string) | | Version of rkt, required, in the form of Semantic Versioning 2.0.0 (http://semver.org/). |
| appc_version | [string](#string) | | Version of appc, required, in the form of Semantic Versioning 2.0.0 (http://semver.org/). |
| api_version | [string](#string) | | Latest version of the api that's supported by the service, required, in the form of Semantic Versioning 2.0.0 (http://semver.org/). |
| rkt_version | [string](#string) | | Version of rkt, required, in the form of Semantic Versioning 2.0.0 (https://semver.org/). |
| appc_version | [string](#string) | | Version of appc, required, in the form of Semantic Versioning 2.0.0 (https://semver.org/). |
| api_version | [string](#string) | | Latest version of the api that's supported by the service, required, in the form of Semantic Versioning 2.0.0 (https://semver.org/). |
| global_flags | [GlobalFlags](#v1alpha.GlobalFlags) | | The global flags that passed to the rkt api service when it's launched. |


Expand Down