diff options
Diffstat (limited to 'structure')
-rw-r--r-- | structure/00-preamble.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/structure/00-preamble.md b/structure/00-preamble.md index 0bfae07..fea2bc0 100644 --- a/structure/00-preamble.md +++ b/structure/00-preamble.md @@ -44,10 +44,10 @@ if (knitr::is_html_output()) { cat(readLines('snippets/cover.txt'), sep='\n') cat("<h2>Versão PDF</h2>") cat("\n") - cat('Baixe a versão PDF <a href="essays.pdf">aqui</a>, ou navegue abaixo:') + cat('Baixe a versão PDF <a href="book.pdf">aqui</a>, ou navegue abaixo:') cat("\n") cat('<br/><br/>') - cat('<embed src="essays.pdf" width="100%" height="375" type="application/pdf">') + cat('<embed src="book.pdf" width="100%" height="375" type="application/pdf">') cat('<br/><br/>') } ``` |