Skip to content

Commit 4a6504a

Browse files
committed
Fix broken hyperlinks
Signed-off-by: Ricardo Lopes <[email protected]>
1 parent b281e2e commit 4a6504a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

site-src/guides/guidelines.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,15 @@ Similar to other Kubernetes APIs, Multicluster, Work and About APIs use "Kind" i
108108
in object references throughout the API. This pattern should be familiar to
109109
most Kubernetes users.
110110

111-
Per the [Kubernetes API conventions][1], this means that all implementations of
111+
Per the [Kubernetes API Conventions][1], this means that all implementations of
112112
this API should have a predefined mapping between kinds and resources. Relying
113113
on dynamic resource mapping is not safe.
114114

115115
## API Conventions
116116

117-
The Multicluster, About and Work APIs follow Kubernetes API [conventions][1]. These conventions
117+
The Multicluster, About and Work APIs follow [Kubernetes API Conventions][1]. These conventions
118118
are intended to ease client development and ensure that configuration
119119
mechanisms can consistently be implemented across a diverse set of use
120120
cases.
121+
122+
[1]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md

0 commit comments

Comments
 (0)