summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Cichonski <paul.cichonski@gmail.com>2017-03-25 10:41:16 -0400
committerPaul Cichonski <paul.cichonski@gmail.com>2017-03-25 10:41:16 -0400
commitc42f57ddfe51758b507faff37a235bffc4e49e15 (patch)
tree00f3da68a6c18605c6ebd7056fe83262a9fdf443
parentf783f4a2736b0de40deda0a543cbf30c9201a0bc (diff)
fix invalid url in api-conventions.md
-rw-r--r--contributors/devel/api-conventions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/api-conventions.md b/contributors/devel/api-conventions.md
index 69e215dc..100b6445 100644
--- a/contributors/devel/api-conventions.md
+++ b/contributors/devel/api-conventions.md
@@ -839,7 +839,7 @@ read/modify/write cycle, by verifying that the current value of resourceVersion
matches the specified value.
The resourceVersion is currently backed by [etcd's
-modifiedIndex](https://coreos.com/docs/distributed-configuration/etcd-api/).
+modifiedIndex](https://coreos.com/etcd/docs/latest/v2/api.html).
However, it's important to note that the application should *not* rely on the
implementation details of the versioning system maintained by Kubernetes. We may
change the implementation of resourceVersion in the future, such as to change it