From 2fa9ae8d64330a5739bcdfdb433b9f79a02356cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Borb=C3=A9ly?= Date: Wed, 19 Apr 2017 13:48:42 +0200 Subject: [PATCH] Fix link-generation in `tools/update-webpage.sh` (#1747) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tools/update-webpage.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/update-webpage.sh b/tools/update-webpage.sh index 62aade164..eaf4b2d07 100755 --- a/tools/update-webpage.sh +++ b/tools/update-webpage.sh @@ -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