From 68110702f53b89711ed848650e05386a12ca3ad5 Mon Sep 17 00:00:00 2001 From: Jiayi Hu Date: Wed, 21 Dec 2016 22:36:21 +0100 Subject: [PATCH] docs: add link to issue #25 --- docs/toastNotifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/toastNotifications.md b/docs/toastNotifications.md index 3af2cba..1967aec 100644 --- a/docs/toastNotifications.md +++ b/docs/toastNotifications.md @@ -33,7 +33,7 @@ The onCreate and onDestroy Event Emitters emit the notification that was created ``` -**If your app cannot find the built JS files for this package,** you may need to tell your build script to scan the `angular2-notifications` directory. See the related issue #25. Example: +**If your app cannot find the built JS files for this package,** you may need to tell your build script to scan the `angular2-notifications` directory. See the related issue [#25](https://github.com/flauc/angular2-notifications/issues/25). Example: ```js 'angular2-notifications/*.+(js|js.map)',