summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-07-02 01:21:11 -0700
committerGitHub <noreply@github.com>2019-07-02 01:21:11 -0700
commit90e408affda2f6c97fec1195ab3b7aa554432227 (patch)
treec21ee774e6b904e9f635597fc0edfb7db3ca6c8e
parent6a41010589b0ba425fbf8b84872538e586619d45 (diff)
parentd5c7d5c352f5a4bd67007ad444a2495242413063 (diff)
Merge pull request #3862 from whypro/links
Fix links in controller_history.md.
-rw-r--r--contributors/design-proposals/apps/controller_history.md4
-rw-r--r--contributors/design-proposals/apps/job.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/contributors/design-proposals/apps/controller_history.md b/contributors/design-proposals/apps/controller_history.md
index d7140bea..e9384379 100644
--- a/contributors/design-proposals/apps/controller_history.md
+++ b/contributors/design-proposals/apps/controller_history.md
@@ -362,7 +362,7 @@ they have a nil revision. That is, without respect to the method of
[version tracking](#version-tracking) used, the generated Objects may be
treated as if they have a version that corresponds to no revision, and the
controller may proceed to
-[reconcile their state](target-object-state-reconciliation) as appropriate to
+[reconcile their state](#target-object-state-reconciliation) as appropriate to
the internal implementation.
## Kubectl
@@ -442,7 +442,7 @@ create a `.Named` ControllerRevision via the API Server using a
conflict, the method returns false.
### Unique Name Generation
-We can use our [hash function](#hashsing) and
+We can use our [hash function](#hashing) and
[collision resolution](#collision-resolution) scheme to generate a system
wide unique identifier for an Object based on a deterministic non-unique prefix
and a serialized representation of the Object. Kubernetes Object's `.Name`
diff --git a/contributors/design-proposals/apps/job.md b/contributors/design-proposals/apps/job.md
index 2094b125..5415ad76 100644
--- a/contributors/design-proposals/apps/job.md
+++ b/contributors/design-proposals/apps/job.md
@@ -204,5 +204,5 @@ Below are the possible future extensions to the Job controller:
[this comment](https://github.com/kubernetes/kubernetes/issues/1624#issuecomment-97622142))
* Be able to inspect Pods running a Job, especially after a Job has finished, e.g.
by providing pointers to Pods in the JobStatus ([see comment](https://github.com/kubernetes/kubernetes/pull/11746/files#r37142628)).
-* help users avoid non-unique label selectors ([see this proposal](../../docs/design/selector-generation.md))
+* help users avoid non-unique label selectors ([see this proposal](selector-generation.md))