diff options
Diffstat (limited to 'structure/book')
-rw-r--r-- | structure/book/00-preamble.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/structure/book/00-preamble.md b/structure/book/00-preamble.md index f614fc9..f3738c6 100644 --- a/structure/book/00-preamble.md +++ b/structure/book/00-preamble.md @@ -23,7 +23,7 @@ if (knitr::is_html_output()) { cat('<br/>') cat('Versões anteriores disponíveis no <a href="/archive">arquivo</a>.') cat('<br/>') - cat('Caderno de anotações disponível <a href="notes">aqui</a>.') + cat('Caderno de anotações disponível <a href="/notes">aqui</a>.') cat('<br/><br/>') cat(readLines('snippets/project.txt')) cat(' - ') |