Skip to content

Commit 174d788

Browse files
authored
update dead link in documentation (#1137)
fixes #1136 [skip azp]
1 parent a56e405 commit 174d788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can of course in turn build and deploy this package with
7272
julia build_tarballs.jl --debug --verbose --deploy="MY_USERNAME/Quxlib_jll.jl"
7373
```
7474

75-
Note that `PackageSpec` can also point to a local path: e.g., `PackageSpec(; name="Libfoo_jll", uuid="...", path="/home/myname/.julia/dev/Libfoo_jll")`. This is particularly useful when [building a custom JLL package locally](@ref), instead of deploying it to a remote Git repository.
75+
Note that `PackageSpec` can also point to a local path: e.g., `PackageSpec(; name="Libfoo_jll", uuid="...", path="/home/myname/.julia/dev/Libfoo_jll")`. This is particularly useful when [Building a custom JLL package locally](@ref), instead of deploying it to a remote Git repository.
7676

7777
### What are those numbers in the list of sources? How do I get them?
7878

0 commit comments

Comments
 (0)