mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-17 11:11:05 +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?
|
### 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?
|
### Is angular a templating system?
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,6 @@
|
||||||
injected into the root scope.
|
injected into the root scope.
|
||||||
* {@link guide.testing Testing}
|
* {@link guide.testing Testing}
|
||||||
* service:$browser(mock)
|
* 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.
|
environment on your own server.
|
||||||
* {@link guide.contribute Contributing} - How to contribute to angular project.
|
* {@link guide.contribute Contributing} - How to contribute to angular project.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue