summaryrefslogtreecommitdiff
path: root/security.md
diff options
context:
space:
mode:
authorMike Danese <mikedanese@gmail.com>2015-08-05 18:09:50 -0700
committerMike Danese <mikedanese@gmail.com>2015-08-05 21:11:11 -0700
commit09d971bc58179999aea2545bd2b922a6f170a3ef (patch)
tree8c24c246444d4132300267f0d5cd7b527eb9cc1e /security.md
parenta74ffb6a381cf9a7bd8282c8d9806bae41680f3d (diff)
rewrite all links to prs to k8s links
Diffstat (limited to 'security.md')
-rw-r--r--security.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/security.md b/security.md
index 1d73a529..5c187d69 100644
--- a/security.md
+++ b/security.md
@@ -127,11 +127,11 @@ A pod runs in a *security context* under a *service account* that is defined by
### Related design discussion
* [Authorization and authentication](access.md)
-* [Secret distribution via files](https://github.com/GoogleCloudPlatform/kubernetes/pull/2030)
+* [Secret distribution via files](http://pr.k8s.io/2030)
* [Docker secrets](https://github.com/docker/docker/pull/6697)
* [Docker vault](https://github.com/docker/docker/issues/10310)
* [Service Accounts:](service_accounts.md)
-* [Secret volumes](https://github.com/GoogleCloudPlatform/kubernetes/pull/4126)
+* [Secret volumes](http://pr.k8s.io/4126)
## Specific Design Points