site: wiki subdirectory isn't needed in links

[ci skip]
This commit is contained in:
Simon Michael 2018-04-10 07:18:16 -07:00
parent 48c8e153c1
commit 4d214b28c3

View File

@ -982,8 +982,6 @@ site/docs.md: wiki/_Sidebar.md \
| perl -p \
-e 's/\[\[([^\|]*)\|([^\]]*)\]\]/[\1](https:\/\/github.com\/simonmichael\/hledger\/wiki\/\2)/g;' \
-e 's/\[\[([^\]]*)\]\]/[\1](https:\/\/github.com\/simonmichael\/hledger\/wiki\/\1)/g;' \
| perl -p \
-e 's/\[dev\//[/g;' \
; \
sed -ne '/<!-- ENDWIKICONTENT -->/,$$ p' site/docs.md ) \
> site/_docs.md.$$$$ && \