Skip to content

Commit acad5c3

Browse files
authored
Merge pull request #17 from ddprrt/patch-1
fix link rendering on /intro/readnext/
2 parents ef93e5d + 2cf00aa commit acad5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/intro/readnext.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ to write a document about how to read the document about documentation.)
2626
Krustlet's main documentation is broken up into “chunks” designed to fill
2727
different needs:
2828

29-
The [introductory material][{{< relref "_index.md" >}}] is designed for people new to Krustlet – or
29+
The [introductory material]({{< relref "_index.md" >}}) is designed for people new to Krustlet – or
3030
to WebAssembly on Kubernetes in general. It doesn’t cover anything in depth, but
3131
instead gives a high-level overview of how running apps on Kubernetes“feels”.
3232

33-
The [topic guides][{{< relref "../topics" >}}], on the other hand, dive deep into individual parts
33+
The [topic guides]({{< relref "../topics" >}}), on the other hand, dive deep into individual parts
3434
of Krustlet. There are complete guides to the internals of Krustlet's
3535
architecture. This is probably where you’ll want to spend most of your time; if
3636
you work your way through these guides you should come out knowing pretty much

0 commit comments

Comments
 (0)