Manually fixing docs, since gendocs messes up the links.

This commit is contained in:
Daniel Smith
2015-09-03 14:50:12 -07:00
parent b225c1d47a
commit 82d6489556
2 changed files with 2 additions and 2 deletions

View File

@@ -166,7 +166,7 @@ the same time, we can introduce an additional etcd event type:
Thus, we need to create the EtcdResync event, extend watch.Interface and
its implementations to support it and handle those events appropriately
in places like
[Reflector](../../pkg/client/unversioned/cache/reflector.go)
[Reflector](../../pkg/client/cache/reflector.go)
However, this might turn out to be unnecessary optimization if apiserver
will always keep up (which is possible in the new design). We will work