Skip to content

Commit 6903bb7

Browse files
Merge pull request #527 from UBC-DSCI/fix-urls
Shortened page URLs
2 parents 9c163f7 + 871d9b6 commit 6903bb7

14 files changed

+21
-21
lines changed

source/classification1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ You can launch an interactive version of the worksheet in your browser by clicki
15071507
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
15081508
If you instead decide to download the worksheet and run it on your own machine,
15091509
make sure to follow the instructions for computer setup
1510-
found in Chapter \@ref(move-to-your-own-machine). This will ensure that the automated feedback
1510+
found in Chapter \@ref(setup). This will ensure that the automated feedback
15111511
and guidance that the worksheets provide will function as intended.
15121512

15131513

source/classification2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ You can launch an interactive version of the worksheet in your browser by clicki
15421542
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
15431543
If you instead decide to download the worksheet and run it on your own machine,
15441544
make sure to follow the instructions for computer setup
1545-
found in Chapter \@ref(move-to-your-own-machine). This will ensure that the automated feedback
1545+
found in Chapter \@ref(setup). This will ensure that the automated feedback
15461546
and guidance that the worksheets provide will function as intended.
15471547

15481548

source/clustering.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ You can launch an interactive version of the worksheet in your browser by clicki
11761176
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
11771177
If you instead decide to download the worksheet and run it on your own machine,
11781178
make sure to follow the instructions for computer setup
1179-
found in Chapter \@ref(move-to-your-own-machine). This will ensure that the automated feedback
1179+
found in Chapter \@ref(setup). This will ensure that the automated feedback
11801180
and guidance that the worksheets provide will function as intended.
11811181

11821182
## Additional resources

source/inference.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ You can launch an interactive version of each worksheet in your browser by click
11761176
You can also preview a non-interactive version of each worksheet by clicking "view worksheet."
11771177
If you instead decide to download the worksheets and run them on your own machine,
11781178
make sure to follow the instructions for computer setup
1179-
found in Chapter \@ref(move-to-your-own-machine). This will ensure that the automated feedback
1179+
found in Chapter \@ref(setup). This will ensure that the automated feedback
11801180
and guidance that the worksheets provide will function as intended.
11811181

11821182
## Additional resources

source/intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,5 +741,5 @@ You can launch an interactive version of the worksheet in your browser by clicki
741741
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
742742
If you instead decide to download the worksheet and run it on your own machine,
743743
make sure to follow the instructions for computer setup
744-
found in Chapter \@ref(move-to-your-own-machine). This will ensure that the automated feedback
744+
found in Chapter \@ref(setup). This will ensure that the automated feedback
745745
and guidance that the worksheets provide will function as intended.

source/jupyter.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Combining code and text with Jupyter {#getting-started-with-jupyter}
1+
# Combining code and text with Jupyter {#jupyter}
22

33
```{r jupyter-setup, echo = FALSE, message = FALSE, warning = FALSE}
44
library(magick)
@@ -53,7 +53,7 @@ document. In this chapter, we will focus on the *use* of Jupyter notebooks to pr
5353
text via a web interface.
5454
These skills are essential to getting your analysis running; think of it like getting dressed in the morning!
5555
Note that we assume that you already have Jupyter set up and ready to use. If that is not the case, please first read
56-
Chapter \@ref(move-to-your-own-machine) to learn how to install and configure Jupyter on your own
56+
Chapter \@ref(setup) to learn how to install and configure Jupyter on your own
5757
computer.
5858

5959
## Chapter learning objectives
@@ -96,7 +96,7 @@ this book as part of a course, your instructor may have a JupyterHub
9696
already set up for you to use! <!--- Insert link to public JupyterHub here if we can get
9797
access/permission (either 2i2c collaboration, or
9898
https://notebooks.gesis.org/hub/home) --> Jupyter can also be installed on your
99-
own computer; see Chapter \@ref(move-to-your-own-machine) for instructions.
99+
own computer; see Chapter \@ref(setup) for instructions.
100100

101101
## Code cells
102102

source/preface.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ six chapters, you will learn how to answer predictive, exploratory, and inferent
2525
data analysis questions with common methods in data science, including
2626
classification, regression, clustering, and estimation.
2727
In the final chapters
28-
(\@ref(getting-started-with-jupyter)&ndash;\@ref(move-to-your-own-machine)),
28+
(\@ref(jupyter)&ndash;\@ref(setup)),
2929
you will learn how to combine R code, formatted text, and images
3030
in a single coherent document with Jupyter, use version control for
3131
collaboration, and install and configure the software needed for data science
@@ -51,5 +51,5 @@ For each worksheet, you can either launch an interactive version of the workshee
5151
or preview a non-interactive version of the worksheet by clicking "view worksheet."
5252
If you instead decide to download the worksheet and run it on your own machine,
5353
make sure to follow the instructions for computer setup
54-
found in Chapter \@ref(move-to-your-own-machine). This will ensure that the automated feedback
54+
found in Chapter \@ref(setup). This will ensure that the automated feedback
5555
and guidance that the worksheets provide will function as intended.

source/reading.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ You can launch an interactive version of the worksheet in your browser by clicki
12881288
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
12891289
If you instead decide to download the worksheet and run it on your own machine,
12901290
make sure to follow the instructions for computer setup
1291-
found in Chapter \@ref(move-to-your-own-machine). This will ensure that the automated feedback
1291+
found in Chapter \@ref(setup). This will ensure that the automated feedback
12921292
and guidance that the worksheets provide will function as intended.
12931293

12941294
## Additional resources

source/regression1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ You can launch an interactive version of the worksheet in your browser by clicki
884884
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
885885
If you instead decide to download the worksheet and run it on your own machine,
886886
make sure to follow the instructions for computer setup
887-
found in Chapter \@ref(move-to-your-own-machine). This will ensure that the automated feedback
887+
found in Chapter \@ref(setup). This will ensure that the automated feedback
888888
and guidance that the worksheets provide will function as intended.
889889

890890

source/regression2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ You can launch an interactive version of the worksheet in your browser by clicki
924924
You can also preview a non-interactive version of the worksheet by clicking "view worksheet."
925925
If you instead decide to download the worksheet and run it on your own machine,
926926
make sure to follow the instructions for computer setup
927-
found in Chapter \@ref(move-to-your-own-machine). This will ensure that the automated feedback
927+
found in Chapter \@ref(setup). This will ensure that the automated feedback
928928
and guidance that the worksheets provide will function as intended.
929929

930930

0 commit comments

Comments
 (0)