mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
fix broken 'downloading' links
This commit is contained in:
parent
b4d680a921
commit
d95a6925cd
2 changed files with 2 additions and 2 deletions
|
|
@ -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?
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue