Commit d637b61d authored by Anton Midyukov's avatar Anton Midyukov

docs: fix links for docs/index.html

Now it's no longer a symlink.
parent 965908ea
...@@ -23,7 +23,7 @@ find "$indexdir" -xtype l 2>/dev/null -exec rm {} \; ...@@ -23,7 +23,7 @@ find "$indexdir" -xtype l 2>/dev/null -exec rm {} \;
cp -aL "$indexdir" "$dest" cp -aL "$indexdir" "$dest"
# delete links with absolute PATH # delete links with absolute PATH
sed -i -e '/file:\/\/\//d' -e '/href="\//d' "$dest"/index-*.html sed -i -e '/file:\/\/\//d' -e '/href="\//d' "$dest"/index*.html
mkredir() { mkredir() {
cat >"${1}index.html" <<-EOF cat >"${1}index.html" <<-EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment