Skip to content

Commit 3c4d5d4

Browse files
committed
fixed links
1 parent 9cdd11d commit 3c4d5d4

11 files changed

+12
-12
lines changed

classification1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ wkflw_plot
13771377
## Exercises
13781378

13791379
Practice exercises for the material covered in this chapter
1380-
can be found in the accompanying [worksheet](https://ubc-dsci.github.io/data-science-a-first-intro-worksheets/worksheet_06/worksheet_06.ipynb).
1380+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_06/worksheet_06.ipynb).
13811381
The worksheet tries to provide automated feedback
13821382
and help guide you through the problems.
13831383
To make sure this functionality works as intended,

classification2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ fwd_sel_accuracies_plot
13451345
## Exercises
13461346

13471347
Practice exercises for the material covered in this chapter
1348-
can be found in the accompanying [worksheet](https://ubc-dsci.github.io/data-science-a-first-intro-worksheets/worksheet_07/worksheet_07.ipynb).
1348+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_07/worksheet_07.ipynb).
13491349
The worksheet tries to provide automated feedback
13501350
and help guide you through the problems.
13511351
To make sure this functionality works as intended,

clustering.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ elbow_plot
981981
## Exercises
982982

983983
Practice exercises for the material covered in this chapter
984-
can be found in the accompanying [worksheet](https://ubc-dsci.github.io/data-science-a-first-intro-worksheets/worksheet_10/worksheet_10.ipynb).
984+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_10/worksheet_10.ipynb).
985985
The worksheet tries to provide automated feedback
986986
and help guide you through the problems.
987987
To make sure this functionality works as intended,

inference.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,8 +1162,8 @@ statistical techniques you may learn about in the future!
11621162

11631163
Practice exercises for the material covered in this chapter
11641164
can be found in the two accompanying worksheets
1165-
([first worksheet](https://ubc-dsci.github.io/data-science-a-first-intro-worksheets/worksheet_11/worksheet_11.ipynb)
1166-
and [second worksheet](https://ubc-dsci.github.io/data-science-a-first-intro-worksheets/worksheet_12/worksheet_12.ipynb)).
1165+
([first worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_11/worksheet_11.ipynb)
1166+
and [second worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_12/worksheet_12.ipynb)).
11671167
The worksheets try to provide automated feedback
11681168
and help guide you through the problems.
11691169
To make sure this functionality works as intended,

intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ knitr::include_graphics("img/help-filter.png")
686686
## Exercises
687687
688688
Practice exercises for the material covered in this chapter
689-
can be found in the accompanying [worksheet](https://ubc-dsci.github.io/data-science-a-first-intro-worksheets/worksheet_01/worksheet_01.ipynb).
689+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_01/worksheet_01.ipynb).
690690
The worksheet tries to provide automated feedback
691691
and help guide you through the problems.
692692
To make sure this functionality works as intended,

reading.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ data you are requesting and how frequently you are making requests.
12111211
## Exercises
12121212
12131213
Practice exercises for the material covered in this chapter
1214-
can be found in the accompanying [worksheet](https://ubc-dsci.github.io/data-science-a-first-intro-worksheets/worksheet_02/worksheet_02.ipynb).
1214+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_02/worksheet_02.ipynb).
12151215
The worksheet tries to provide automated feedback
12161216
and help guide you through the problems.
12171217
To make sure this functionality works as intended,

regression1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ regression has both strengths and weaknesses. Some are listed here:
835835
## Exercises
836836

837837
Practice exercises for the material covered in this chapter
838-
can be found in the accompanying [worksheet](https://ubc-dsci.github.io/data-science-a-first-intro-worksheets/worksheet_08/worksheet_08.ipynb).
838+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_08/worksheet_08.ipynb).
839839
The worksheet tries to provide automated feedback
840840
and help guide you through the problems.
841841
To make sure this functionality works as intended,

regression2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ that will serve you well when moving to more advanced books on the topic.
862862
## Exercises
863863

864864
Practice exercises for the material covered in this chapter
865-
can be found in the accompanying [worksheet](https://ubc-dsci.github.io/data-science-a-first-intro-worksheets/worksheet_09/worksheet_09.ipynb).
865+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_09/worksheet_09.ipynb).
866866
The worksheet tries to provide automated feedback
867867
and help guide you through the problems.
868868
To make sure this functionality works as intended,

version-control.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ image_read("img/version_control/issue_06.png") %>%
928928
## Exercises
929929

930930
Practice exercises for the material covered in this chapter
931-
can be found in the accompanying [worksheet](https://ubc-dsci.github.io/data-science-a-first-intro-worksheets/worksheet_05/worksheet_05.ipynb).
931+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_05/worksheet_05.ipynb).
932932
The worksheet tries to provide automated feedback
933933
and help guide you through the problems.
934934
To make sure this functionality works as intended,

viz.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ knitr::include_graphics("img/png-vs-svg.png")
15001500
## Exercises
15011501
15021502
Practice exercises for the material covered in this chapter
1503-
can be found in the accompanying [worksheet](https://ubc-dsci.github.io/data-science-a-first-intro-worksheets/worksheet_04/worksheet_04.ipynb).
1503+
can be found in the accompanying [worksheet](https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_04/worksheet_04.ipynb).
15041504
The worksheet tries to provide automated feedback
15051505
and help guide you through the problems.
15061506
To make sure this functionality works as intended,

0 commit comments

Comments
 (0)