diff --git a/content/posts/example-should-never-be-published/index.md b/content/posts/example-should-never-be-published/index.md
index 75e36b5..4ac7598 100644
--- a/content/posts/example-should-never-be-published/index.md
+++ b/content/posts/example-should-never-be-published/index.md
@@ -15,16 +15,12 @@ This is a paragraph and should look like it. It is probably left align, not just
##### Heading 5
###### Heading 6
-This is a [link](#).
+This is a [link]({{< ref "#" >}}).
Here's an abbreviation: HTML.
*[HTML]: Hyper Text Markup Language
-Here's a button
-
-[](#)
-
* **Bold text**
* *Italic text*
* Underlined text
@@ -96,7 +92,7 @@ Then, the `COPY --from` is used to retrieve the built binary from the first stag
In this extreme case, the final image weighs nothing more than the binary itself since `scratch` is a special empty image with no operating system.
-Link to another section: [link](#-applying-to-python--poetry)
+Link to another section: [link]({{< ref "#-applying-to-python--poetry" >}})
## 🐍 Applying to Python & Poetry
### Install the dependencies