diff --git a/TODOS.md b/TODOS.md index 700111e..75e977a 100644 --- a/TODOS.md +++ b/TODOS.md @@ -3,6 +3,7 @@ - Polish existing features before moving on to new ones. - [ ] implicit titles (Set when missing?) - [ ] create a default `head.html`. +- [ ] [aliases](https://gohugo.io/methods/page/aliases/#redirects)? - [ ] Improve diagnostics - [x] keep track of every error and don't report them more than once. - [ ] `*` make sure the frontmatter parser has good diagnostics. diff --git a/site/content/docs.md b/site/content/docs.md index 1c4aa98..977f694 100644 --- a/site/content/docs.md +++ b/site/content/docs.md @@ -7,7 +7,7 @@ ## Introduction -This guide assumes you have either read [The Guide](./the-guide), or have built a [Hugo](https://gohugo.io) site before. It also assumes you have a basic knowledge of HTML and CSS. +This guide assumes you have either read [The Guide](../guide), or have built a [Hugo](https://gohugo.io) site before. It also assumes you have a basic knowledge of HTML and CSS. ## Features