diff options
| author | Igor Minar | 2011-03-23 15:25:05 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-03-23 15:25:05 -0700 |
| commit | d95a6925cdb5e8009b11fe3ce6dcc8d579bb4234 (patch) | |
| tree | 2a421763b2f27957add0b593d7e3654214c46bd0 | |
| parent | b4d680a921fd946c8390eb906bb5ce13fbcd8067 (diff) | |
| download | angular.js-d95a6925cdb5e8009b11fe3ce6dcc8d579bb4234.tar.bz2 | |
fix broken 'downloading' links
| -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. |
