Skip to content

Commit 45c9cb2

Browse files
fixed urls in toc header, url metadata
1 parent 74dfcba commit 45c9cb2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.Rmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ description: "This is a textbook for teaching a first introduction to data scien
1414
always_allow_html: true
1515
cover-image: "img/ds-a-first-intro-graphic.png"
1616
graphics: yes
17+
url: https://datasciencebook.ca
1718
output:
1819
bookdown::gitbook:
1920
css: style.css
2021
config:
2122
toc:
2223
before: |
23-
<li><a href="./">Data Science: A First Introduction</a></li>
24-
after: |
25-
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
24+
<li><a href="https://datasciencebook.ca">Data Science: A First Introduction</a></li>
2625
edit: null
2726
download: null
2827
bookdown::pdf_book:

0 commit comments

Comments
 (0)