Skip to content

Commit 1a8b4eb

Browse files
devel: fix/update links in api_changes.md
Signed-off-by: Madhav Jivrajani <[email protected]>
1 parent 737df3c commit 1a8b4eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributors/devel/sig-architecture/api_changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ top of the generated file and should be checked with the
716716
script at a later stage of the build.
717717

718718
To invoke these generators, you can run `make update`, which runs a bunch of
719-
[scripts](https://github.com/kubernetes/kubernetes/blob/v1.8.0-alpha.2/hack/update-all.sh#L63-L78).
719+
[scripts](https://github.com/kubernetes/kubernetes/blob/release-1.23/hack/make-rules/update.sh#L47-L55).
720720
Please continue to read the next a few sections, because some generators have
721721
prerequisites, also because they introduce how to invoke the generators
722722
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
763763
custom Golang identifier to de-conflict e.g. `policy.authorization.k8s.io` and
764764
`policy.k8s.io`. These two would both map to `Policy()` in clientsets.
765765

766-
client-gen is flexible. See [this document](generating-clientset.md) if you need
766+
client-gen is flexible. See [this document](../sig-api-machinery/generating-clientset.md) if you need
767767
client-gen for non-kubernetes API.
768768

769769
### Generate Listers

0 commit comments

Comments
 (0)