Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 0d8873c

Browse files
committed
doc link quickfix
1 parent e4cc95c commit 0d8873c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ $(MD_DOCS_ROOT)README.md : README.md
109109
# Alter the relative path of the README image for the docs.
110110
$(SED) -i '1s/docs/./' $@
111111
# Alter external doc links to relative links.
112-
$(SED) -i 's|https://docs.allennlp.org/master/api/|/api/|' $@
112+
$(SED) -i 's|https://docs.allennlp.org/master/api/|api/|' $@
113113

114114
$(MD_DOCS_ROOT)%.md : %.md
115115
cp $< $@

0 commit comments

Comments
 (0)