Fix link-generation in tools/update-webpage.sh (#1747)

This change is required to fix invalid links in 'See also' sections.

JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
Zsolt Borbély 2017-04-19 13:48:42 +02:00 committed by GitHub
parent befa7a88fe
commit 2fa9ae8d64

View File

@ -72,9 +72,6 @@ for docfile in $docs_dir/*.md; do
link = substr(line_remain, 1, link_end_pos-1);
line_end = substr(line_remain, link_end_pos)
# delete underscores form the link
gsub(/_/, "", link);
printf "%s%s%s\n", line_beg, link, line_end
}
' $docfile >> $gh_pages_dir/$docfile_base