summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorMadhav Jivrajani <madhav.jiv@gmail.com>2022-01-06 11:09:28 +0530
committerMadhav Jivrajani <madhav.jiv@gmail.com>2022-01-06 11:09:28 +0530
commit1a8b4eb0c07489742b7a4d43c61effdc7dfa4c27 (patch)
tree6dfa38c7e7e89e1cae77bef87b3c2f8cc1a68fd3 /contributors
parent737df3cb8d324fde312f8e3c6684f6c1e9c5c310 (diff)
devel: fix/update links in api_changes.md
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
Diffstat (limited to 'contributors')
-rw-r--r--contributors/devel/sig-architecture/api_changes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/sig-architecture/api_changes.md b/contributors/devel/sig-architecture/api_changes.md
index b44fce55..25c61fce 100644
--- a/contributors/devel/sig-architecture/api_changes.md
+++ b/contributors/devel/sig-architecture/api_changes.md
@@ -716,7 +716,7 @@ top of the generated file and should be checked with the
script at a later stage of the build.
To invoke these generators, you can run `make update`, which runs a bunch of
-[scripts](https://github.com/kubernetes/kubernetes/blob/v1.8.0-alpha.2/hack/update-all.sh#L63-L78).
+[scripts](https://github.com/kubernetes/kubernetes/blob/release-1.23/hack/make-rules/update.sh#L47-L55).
Please continue to read the next a few sections, because some generators have
prerequisites, also because they introduce how to invoke the generators
individually if you find `make update` takes too long to run.
@@ -763,7 +763,7 @@ Note that you can use the optional `// +groupGoName=` to specify a CamelCase
custom Golang identifier to de-conflict e.g. `policy.authorization.k8s.io` and
`policy.k8s.io`. These two would both map to `Policy()` in clientsets.
-client-gen is flexible. See [this document](generating-clientset.md) if you need
+client-gen is flexible. See [this document](../sig-api-machinery/generating-clientset.md) if you need
client-gen for non-kubernetes API.
### Generate Listers