diff options
| author | Peter Bacon Darwin | 2014-02-06 13:33:42 +0000 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:40 +0000 |
| commit | c7e815f63b6c22f5bbc798f34386c01fa72cab7d (patch) | |
| tree | 13d8e640ae037112a63f240be22390cc5b3fc522 /docs/content/misc/started.ngdoc | |
| parent | 6483dea08c6fae937e62ce242212152d7ef27d91 (diff) | |
| download | angular.js-c7e815f63b6c22f5bbc798f34386c01fa72cab7d.tar.bz2 | |
docs(bike-shed-migration): fix up links outside the domain
It is safer to use markdown style links and save jsdoc style links for
internal links and code references
Diffstat (limited to 'docs/content/misc/started.ngdoc')
| -rw-r--r-- | docs/content/misc/started.ngdoc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/content/misc/started.ngdoc b/docs/content/misc/started.ngdoc index f078aebe..a6301fa7 100644 --- a/docs/content/misc/started.ngdoc +++ b/docs/content/misc/started.ngdoc @@ -10,7 +10,7 @@ becoming an Angular expert. 1. Do the {@link tutorial/ AngularJS Tutorial}.<br/>Walk end-to-end through building an application complete with tests on top of a node.js web server. Covers every major AngularJS feature and show you how to set up your development environment. -1. Download or clone the {@link https://github.com/angular/angular-seed Seed App project template}.<br/>Gives you a +1. Download or clone the [Seed App project template](https://github.com/angular/angular-seed).<br/>Gives you a starter app with a directory layout, test harness, and scripts to begin building your application. @@ -20,18 +20,18 @@ becoming an Angular expert. If you haven’t had a chance to watch the videos from the homepage, please check out: -* {@link http://www.youtube.com/watch?v=WuiHuZq_cg4&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D Introduction to AngularJS} -* {@link http://www.youtube.com/watch?v=Yg-R1gchccg&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D Creating Directives} -* {@link http://www.youtube.com/watch?v=IRelx4-ISbs&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D Communicating with Servers} +* [Introduction to AngularJS](http://www.youtube.com/watch?v=WuiHuZq_cg4&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D) +* [Creating Directives](http://www.youtube.com/watch?v=Yg-R1gchccg&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D) +* [Communicating with Servers](http://www.youtube.com/watch?v=IRelx4-ISbs&list=PL173F1A311439C05D&context=C48ac877ADvjVQa1PpcFONnl4Q5x8hqvT6tRBTE-m0-Ym47jO3PEE%3D) -And visit our {@link http://www.youtube.com/user/angularjs YouTube channel} for more AngularJS video presentations and +And visit our [YouTube channel](http://www.youtube.com/user/angularjs) for more AngularJS video presentations and tutorials. ##Subscribe -* Subscribe to the {@link http://groups.google.com/forum/?fromgroups#!forum/angular mailing list}. Ask questions here! -* Follow us on {@link https://twitter.com/intent/follow?original_referer=http%3A%2F%2Fangularjs.org%2F®ion=follow_link&screen_name=angularjs&source=followbutton&variant=2.0 Twitter} -* Add us to your circles on {@link https://plus.google.com/110323587230527980117/posts Google+} +* Subscribe to the [mailing list](http://groups.google.com/forum/?fromgroups#!forum/angular). Ask questions here! +* Follow us on [Twitter](https://twitter.com/intent/follow?original_referer=http%3A%2F%2Fangularjs.org%2F®ion=follow_link&screen_name=angularjs&source=followbutton&variant=2.0) +* Add us to your circles on [Google+](https://plus.google.com/110323587230527980117/posts) ##Read more |
