summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorTianyang <tianzong48@gmail.com>2022-08-13 23:22:46 +0800
committerGitHub <noreply@github.com>2022-08-13 23:22:46 +0800
commit99ef2ff06014fd425924da32a6eacec948f9e88c (patch)
tree5043f9be29ff7417f1f834dfad26ba64bf9f129e /contributors
parent6a29c2ccb245c4a3a243ecb8183d1e5d8ae6702a (diff)
devel: fix/update script path in api_changes.md
Signed-off-by: tianyang ni tianzong48@gmail.com /sig architecture /kind cleanup documentation
Diffstat (limited to 'contributors')
-rw-r--r--contributors/devel/sig-architecture/api_changes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-architecture/api_changes.md b/contributors/devel/sig-architecture/api_changes.md
index ccadaa2f..8584df5c 100644
--- a/contributors/devel/sig-architecture/api_changes.md
+++ b/contributors/devel/sig-architecture/api_changes.md
@@ -939,7 +939,7 @@ an example to illustrate your change.
Make sure you update the swagger and OpenAPI spec by running:
```sh
-hack/update-swagger-spec.sh
+hack/update-generated-swagger-docs.sh
hack/update-openapi-spec.sh
```