Skip to content

Commit 4a36819

Browse files
committed
Fix bad title of RTL version link + Add HTML tooltip exmaple link
1 parent 2302fe3 commit 4a36819

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ <h3 class="muted">Examples</h3>
2424
<li><a href="hello-world/index.html" title='Basic Usage'>Basic Usage</a></li>
2525
<li><a href="programmatic/index.html" title='Programmatic defining using JSON'>Programmatic defining using JSON</a></li>
2626
<li><a href="multi-page/index.html" title='Multi-Page introduction'>Multi-Page introduction</a></li>
27-
<li><a href="RTL/index.html" title='Multi-Page introduction'>RTL version</a></li>
27+
<li><a href="RTL/index.html" title='RTL version'>RTL version</a></li>
28+
<li><a href="html-tooltip/index.html" title='HTML in tooltip'>HTML in tooltip</a></li>
2829
</ul>
2930
</div>
3031
</body>

0 commit comments

Comments
 (0)