Skip to content

Commit 9f9ebb6

Browse files
committed
fix the readme link
1 parent 2d917a5 commit 9f9ebb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ To view the source code for each example, please click on the example image.
136136
* [Plotting on HTML5 canvas with WASM Backend](#plotting-on-html5-canvas-with-wasm-backend)
137137
* [What types of figure are supported?](#what-types-of-figure-are-supported)
138138
* [Concepts by examples](#concepts-by-examples)
139-
+ [Drawing Back-ends](#drawing-backends)
139+
+ [Drawing Back-ends](#drawing-back-ends)
140140
+ [Drawing Area](#drawing-area)
141141
+ [Elements](#elements)
142142
+ [Composable Elements](#composable-elements)

doc-template/gen-toc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BEGIN {
99
}
1010
{
1111
link=tolower($2)
12-
gsub(/[^a-z0-9 ]/, "", link);
12+
gsub(/[^a-z0-9 \-]/, "", link);
1313
gsub(/[^a-z0-9]/, "-", link);
1414
print " "level[$1]"["$2"](#"link")"
1515
}'

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
269269
* [Plotting on HTML5 canvas with WASM Backend](#plotting-on-html5-canvas-with-wasm-backend)
270270
* [What types of figure are supported?](#what-types-of-figure-are-supported)
271271
* [Concepts by examples](#concepts-by-examples)
272-
+ [Drawing Back-ends](#drawing-backends)
272+
+ [Drawing Back-ends](#drawing-back-ends)
273273
+ [Drawing Area](#drawing-area)
274274
+ [Elements](#elements)
275275
+ [Composable Elements](#composable-elements)

0 commit comments

Comments
 (0)