Skip to content

Commit 9a2dc8d

Browse files
committed
Fix documenter issue requiring docstring.
1 parent 8dd146e commit 9a2dc8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Depot.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pwd(name::Symbol) = joinpath(_root(), string(name))
3131
"""
3232
DataCaches.Depot.defaultstore() → String
3333
34-
Return the absolute path to the default [`DataCache`](@ref) store.
34+
Return the absolute path to the default [`DataCache`](@ref DataCaches.DataCache) store.
3535
3636
Respects the `DATACACHES_DEFAULT_STORE` environment variable; otherwise returns
3737
the path of the `"default"` named store inside the depot root.
@@ -46,7 +46,7 @@ end
4646
"""
4747
DataCaches.Depot.ls() → Vector{String}
4848
49-
List the names of all [`DataCache`](@ref) stores currently in the depot.
49+
List the names of all [`DataCache`](@ref DataCaches.DataCache) stores currently in the depot.
5050
5151
Only lists stores created via `DataCache(:name)` or by placing a directory in the
5252
DataCaches scratchspace. Does not include caches at explicit filesystem paths or those

0 commit comments

Comments
 (0)