fix broken 'downloading' links

This commit is contained in:
Igor Minar 2011-03-23 15:25:05 -07:00
parent b4d680a921
commit d95a6925cd
2 changed files with 2 additions and 2 deletions

View file

@ -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?

View file

@ -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.