Skip to content

Commit

Permalink
Alert Example: Fix broken link to alert dialog example
Browse files Browse the repository at this point in the history
For issue #786, fix link to alert dialog example in examples/alert/alert.html.
  • Loading branch information
mcking65 committed Jul 20, 2018
1 parent 2b6dcaf commit be6562c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/alert/alert.html
Expand Up @@ -32,7 +32,7 @@ <h1>Alert Example</h1>
</p>
<p>Similar examples include:</p>
<ul>
<li><a href="alertdialog.html">Alert Dialog Example</a>: A confirmation prompt that demonstrates an alert dialog.</li>
<li><a href="../dialog-modal/alertdialog.html">Alert Dialog Example</a>: A confirmation prompt that demonstrates an alert dialog.</li>
</ul>
<section>
<h2 id="ex_label">Example</h2>
Expand Down

0 comments on commit be6562c

Please sign in to comment.