From d988b9d65129aec3af893a2ede515f20139eb19f Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Mon, 11 Feb 2013 22:06:56 +0100 Subject: [PATCH] demo($dialog): fix link to the readme Closes #134 --- src/dialog/docs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialog/docs/readme.md b/src/dialog/docs/readme.md index 2494431049..e45f967a85 100644 --- a/src/dialog/docs/readme.md +++ b/src/dialog/docs/readme.md @@ -3,4 +3,4 @@ The `$dialog` service allows you to open dialogs and message boxes from within y 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. -For more information, see the [dialog readme](https://github.com/angular-ui/bootstrap/src/dialog/README.md) on github. \ No newline at end of file +For more information, see the [dialog readme](https://github.com/angular-ui/bootstrap/blob/master/src/dialog/README.md) on github. \ No newline at end of file