Skip to content

Commit 8c9d373

Browse files
authored
Update D0-loading.jl (#44)
This commit makes a minor fix to the link directing to the tutorial of DataFrames.
1 parent fcf7d2d commit 8c9d373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_literate/D0-loading.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ boston = dataset("MASS", "Boston");
2121

2222
typeof(boston)
2323

24-
# For a short introduction to DataFrame objects, see [this tutorial](/data/).
24+
# For a short introduction to DataFrame objects, see [this tutorial](/data/dataframe).
2525

2626
# ## Using CSV
2727
#

0 commit comments

Comments
 (0)