Skip to content

Commit 14d1f0b

Browse files
committed
Inline K8s link
1 parent 2022a1b commit 14d1f0b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/contributor/pages/code-style-guide.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
= Source code style guide
22

3-
:k8s-quantity: https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/quantity/
4-
53
== Identifier names
64

75
=== Long versus abbreviated
@@ -376,7 +374,7 @@ format!("Hello, {greetee}!", greetee = "universe");
376374

377375
== Specifying resources measured in bytes and CPU fractions
378376

379-
We follow the Kubernetes convention described {k8s-quantity}[here].
377+
We follow the Kubernetes convention described https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/quantity/[here].
380378

381379
=== Resources measured in bytes
382380

0 commit comments

Comments
 (0)