Skip to content

Commit 6849a6f

Browse files
0001: Fix link to template
It appears that the []() syntax doesn't work inside the <b> tags. Use markdown bold style to avoid this issue.
1 parent f9e2323 commit 6849a6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

keps/0001-kubernetes-enhancement-proposal-process.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,7 @@ These KEPs will be owned by SIG-architecture and should be seen as a way to comm
144144

145145
### KEP Template
146146

147-
<b>
148-
The template for a KEP is precisely defined [here](/keps/NNNN-kep-template).
149-
</b>
147+
**The template for a KEP is precisely defined [here](/keps/NNNN-kep-template).**
150148

151149
### KEP Metadata
152150

0 commit comments

Comments
 (0)