Skip to content

Commit 64f7ed6

Browse files
authored
πŸ”— fix(posts, nielsbom): eleventy tutorial links (#89)
Fix broken internal links
2 parents 600adf3 + a482d1b commit 64f7ed6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

β€Žsrc/posts/beginner-eleventy-tutorial-parti.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ My hope with this guide is to remove barriers, particularly for designers/develo
3434
To remove barriers to entry, we must provide adequate context. I will break this guide into a multi-part series:
3535

3636
- **Part I:** What is a static site generator? πŸ‘ˆπŸ½ You are here
37-
- **Part II:** [Installation](https://www.tatianamac.com/posts/beginner-eleventy-tutorial-partii)
37+
- **Part II:** [Installation](/posts/beginner-eleventy-tutorial-partii)
3838
- **Part III:** Structure/Basic Customisation (coming soon)
3939
- **Part IV**: Advanced Customisation (coming soon)
4040

@@ -261,7 +261,7 @@ Eleventy's mission seems to possess some similar biases to me. In the end, this
261261

262262
To me, the pros outweigh the cons. Developers who work in and support Eleventy can help to improve the two cons. This is why I'm writing this series.
263263

264-
> Next (Part II): Learn how to install Eleventy (and, all the things you need to install in order to install Eleventy). [Read Part II](../posts/beginner-eleventy-tutorial-partii/)
264+
> Next (Part II): Learn how to install Eleventy (and, all the things you need to install in order to install Eleventy). [Read Part II](/posts/beginner-eleventy-tutorial-partii)
265265
266266
#### Thank You
267267

β€Žsrc/posts/beginner-eleventy-tutorial-partii.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ canonical: https://www.tatianamac.com/posts/beginner-eleventy-tutorial-partii
1717
## Welcome to Part II
1818

1919
> You are reading Part II of a IV part series.
20-
> **Part I:** [What is a static site generator?](https://www.tatianamac.com/posts/beginner-eleventy-tutorial-parti) > **Part II: Installation** πŸ‘ˆπŸ½ You are here
20+
> **Part I:** [What is a static site generator?](/posts/beginner-eleventy-tutorial-parti) > **Part II: Installation** πŸ‘ˆπŸ½ You are here
2121
> **Part III:** Structure/Basic Customisation (coming soon)
2222
> **Part IV:** Advanced Customisation (coming soon)
23-
> If you are confused or in need of context, please go [read Part I](https://www.tatianamac.com/posts/beginner-eleventy-tutorial-part)β€”it is where I establish all the context of what static site generators are.
23+
> If you are confused or in need of context, please go [read Part I](/posts/beginner-eleventy-tutorial-parti)β€”it is where I establish all the context of what static site generators are.
2424
2525
As much as possible, I'm going to treat this part of the tutorial like a cookbook, except I won't make you read seven paragraphs about that one summer I spent in Emilia Romagna rolling the perfect tortellini as I had a torrid tryst with Paolo (sorry, reading too many romance novels).
2626

0 commit comments

Comments
Β (0)