diff options
| -rw-r--r-- | docs/faq.ngdoc | 2 | ||||
| -rw-r--r-- | docs/guide.ngdoc | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/docs/faq.ngdoc b/docs/faq.ngdoc index 144c8c8c..dd06d961 100644 --- a/docs/faq.ngdoc +++ b/docs/faq.ngdoc @@ -29,7 +29,7 @@ attacks. angular does round-trip escaping on all strings for you.  ### Can I download the source, build, and host the angular environment locally? -Yes. See instructions in {@link guide.downloading downloading}. +Yes. See instructions in {@link downloading downloading}.  ### Is angular a templating system? diff --git a/docs/guide.ngdoc b/docs/guide.ngdoc index fd5d05df..2798210d 100644 --- a/docs/guide.ngdoc +++ b/docs/guide.ngdoc @@ -32,6 +32,6 @@    injected into the root scope.  * {@link guide.testing Testing}    * service:$browser(mock) -* {@link guide.downloading Downloading} - How to download, compile, and host the angular +* {@link downloading Downloading} - How to download, compile, and host the angular    environment on your own server.  * {@link guide.contribute Contributing} - How to contribute to angular project. | 
