Skip to content

Commit d7e1962

Browse files
authored
Merge pull request #111 from LibraryCarpentry/fixes-link-datamining
fixing rdatamining link
2 parents b615cc8 + 5be3898 commit d7e1962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/00-before-we-start.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ mean(mtcars$mpg)
522522
sixCylinder <- mtcars[mtcars$cyl == 6, ]
523523
```
524524

525-
See also rdatamining.com's [list of free datasets](https://www.rdatamining.com/resources/data).
525+
See also rdatamining.com's [list of free datasets](https://www.rdatamining.com/resources/free-datasets).
526526

527527
<br>
528528

0 commit comments

Comments
 (0)