Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

fixing the link to dialog readme #177

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ <h1>Dialog</h1>
<p>Creating custom dialogs is straightforward: create a partial view, its controller and reference them when using the service.
Generic message boxes (title, message and buttons) are also provided for your convenience.</p>

<p>For more information, see the <a href="https://github.com/angular-ui/bootstrap/src/dialog/README.md">dialog readme</a> on github.</p>
<p>For more information, see the <a href="https://github.com/angular-ui/bootstrap/tree/master/src/dialog/README.md">dialog readme</a> on github.</p>
<section>
Directive is found in the module <a href="https://github.com/angular-ui/bootstrap/tree/master/src/dialog">ui.bootstrap.dialog</a>
</section>
Expand Down