aboutsummaryrefslogtreecommitdiff
path: root/structure/book/en/00-preamble.md
diff options
context:
space:
mode:
Diffstat (limited to 'structure/book/en/00-preamble.md')
-rw-r--r--structure/book/en/00-preamble.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/structure/book/en/00-preamble.md b/structure/book/en/00-preamble.md
index 5bb4c13..6d26c75 100644
--- a/structure/book/en/00-preamble.md
+++ b/structure/book/en/00-preamble.md
@@ -47,7 +47,7 @@ if (knitr::is_html_output()) {
author_cite = paste(toupper(author[2]), author[1], sep=', ')
version = readLines('.metadata/latest.txt')
if (version != '0.0.0') {
- archive = version
+ archive = paste('archive', version, sep='/')
}
else {
archive = ''