fix api convention metadata redirection

This commit is contained in:
kartik494
2022-02-23 13:15:51 +05:30
parent 9eadb4d1ef
commit b736fc8862
5 changed files with 17 additions and 17 deletions

View File

@@ -58,7 +58,7 @@ For example, the following command will add a metadata section for a nested obje
```bash
./hack/update-crd.sh; git diff
+ metadata:
+ description: 'Standard object''s metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata'
+ description: 'Standard object''s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata'
type: object
```