Skip to content

Commit

Permalink
πŸ”— fix(posts, nielsbom): eleventy tutorial links (#89)
Browse files Browse the repository at this point in the history
Fix broken internal links
  • Loading branch information
tatianamac authored Jun 16, 2023
2 parents 600adf3 + a482d1b commit 64f7ed6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/posts/beginner-eleventy-tutorial-parti.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ My hope with this guide is to remove barriers, particularly for designers/develo
To remove barriers to entry, we must provide adequate context. I will break this guide into a multi-part series:

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

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

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.

> 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/)
> 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)
#### Thank You

Expand Down
4 changes: 2 additions & 2 deletions src/posts/beginner-eleventy-tutorial-partii.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ canonical: https://www.tatianamac.com/posts/beginner-eleventy-tutorial-partii
## Welcome to Part II

> You are reading Part II of a IV part series.
> **Part I:** [What is a static site generator?](https://www.tatianamac.com/posts/beginner-eleventy-tutorial-parti) > **Part II: Installation** πŸ‘ˆπŸ½ You are here
> **Part I:** [What is a static site generator?](/posts/beginner-eleventy-tutorial-parti) > **Part II: Installation** πŸ‘ˆπŸ½ You are here
> **Part III:** Structure/Basic Customisation (coming soon)
> **Part IV:** Advanced Customisation (coming soon)
> 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.
> 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.
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).

Expand Down

1 comment on commit 64f7ed6

@vercel
Copy link

@vercel vercel bot commented on 64f7ed6 Jun 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.