We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2591ee5 commit 3c76185Copy full SHA for 3c76185
src/download.jl
@@ -60,8 +60,8 @@ function download_docstring(modname, depname)
60
`dir` is omitted the directories in
61
`DataDeps.default_loadpath` will be searched for an existing
62
`$(depname)` subfolder. In case no such subfolder is found,
63
- `dir` will default to `~/datadeps/$(depname)`. In the case
64
- that `dir` does not yet exist, a download prompt will be
+ `dir` will default to `~/.julia/datadeps/$(depname)`. In the
+ case that `dir` does not yet exist, a download prompt will be
65
triggered. You can also use `$(modname).download([dir])`
66
explicitly for pre-downloading (or re-downloading) the
67
dataset. Please take a look at the documentation of the
0 commit comments