Skip to content

Commit 57505ca

Browse files
authored
doc: mark URL as such in Markdown (#1046)
Unlike GitHub flavored Markdown, in "plain" Markdown URLs must be marked as such in order to be turned into links.
1 parent e87610c commit 57505ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Pkg.add("PackageCompiler")
5858

5959
!!! note
6060
It is strongly recommended to use the official binaries that are downloaded from
61-
https://julialang.org/downloads/. Distribution-provided Julia installations are
61+
<https://julialang.org/downloads/>. Distribution-provided Julia installations are
6262
unlikely to work properly with this package.
6363

6464
To use PackageCompiler a C-compiler needs to be available:

0 commit comments

Comments
 (0)