Skip to content

Commit eed3181

Browse files
committed
Fix final scripts links
1 parent 78ff7f2 commit eed3181

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

11-tell-your-story-with-data.Rmd

+1
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ if (dev_version & is_html_output()) {
830830
} else {
831831
chapter_script_pub_files |>
832832
select(chapter, link) |>
833+
mutate(link = str_replace(link, "moderndive.com/", "moderndive.com/v2/")) |>
833834
kable()
834835
}
835836
```

images/patchwork_boxplot.png

32.1 KB
Loading

index.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ dev_version <- FALSE
263263
This is the [website](https://moderndive.com/v2/) for *Statistical Inference via Data Science: A ModernDive into R and the Tidyverse (Second Edition)*! Visit the [GitHub repository for this site](https://github.com/moderndive/ModernDive_book/tree/v2/). It will be published as a print copy by CRC Press soon! You can find a summary of the updates in this version [here](https://moderndive.com/v2/preface.html#about-the-book).
264264
```
265265

266-
```{r echo=FALSE, purl=FALSE}
266+
```{r results='asis', echo=FALSE, purl=FALSE}
267267
if (is_html_output()) {
268268
cat('<div class="book-cover">')
269269
include_image(

0 commit comments

Comments
 (0)