summaryrefslogtreecommitdiff
path: root/principles.md
diff options
context:
space:
mode:
authorMike Danese <mikedanese@gmail.com>2015-08-05 18:08:26 -0700
committerMike Danese <mikedanese@gmail.com>2015-08-05 21:11:11 -0700
commita74ffb6a381cf9a7bd8282c8d9806bae41680f3d (patch)
tree084fc6560a7f3dd69b1e4dd08122a9338468e296 /principles.md
parenta38fc0660419c1d5c2b460a459d8b93f996f79c8 (diff)
rewrite all links to issues to k8s links
Diffstat (limited to 'principles.md')
-rw-r--r--principles.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/principles.md b/principles.md
index 23a20349..be3dff55 100644
--- a/principles.md
+++ b/principles.md
@@ -70,7 +70,7 @@ TODO: pluggability
## Bootstrapping
-* [Self-hosting](https://github.com/GoogleCloudPlatform/kubernetes/issues/246) of all components is a goal.
+* [Self-hosting](http://issue.k8s.io/246) of all components is a goal.
* Minimize the number of dependencies, particularly those required for steady-state operation.
* Stratify the dependencies that remain via principled layering.
* Break any circular dependencies by converting hard dependencies to soft dependencies.