Skip to content

Commit 4c32e36

Browse files
pcloudsgitster
authored andcommitted
urls.txt: avoid auto converting to hyperlink
file:///path/to/repo.git/ is converted to a hyperlink while others are not. Put a backslash to avoid the conversion. Tested with asciidoc 8.6.5. Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 92758dd commit 4c32e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/urls.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For local repositories, also supported by Git natively, the following
3333
syntaxes may be used:
3434

3535
- /path/to/repo.git/
36-
- file:///path/to/repo.git/
36+
- \file:///path/to/repo.git/
3737

3838
ifndef::git-clone[]
3939
These two syntaxes are mostly equivalent, except when cloning, when

0 commit comments

Comments
 (0)