mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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:
parent
befa7a88fe
commit
2fa9ae8d64
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user