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/tutorial/the_end.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/tutorial/the_end.ngdoc')
| -rw-r--r-- | docs/content/tutorial/the_end.ngdoc | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/docs/content/tutorial/the_end.ngdoc b/docs/content/tutorial/the_end.ngdoc index 3a5fb9f8..46bbcbba 100644 --- a/docs/content/tutorial/the_end.ngdoc +++ b/docs/content/tutorial/the_end.ngdoc @@ -9,11 +9,10 @@ For more details and examples of the Angular concepts we touched on in this tuto  {@link guide/ Developer Guide}.  When you are ready to start developing a project using Angular, we recommend that you bootstrap -your development with the {@link https://github.com/angular/angular-seed angular-seed} project. +your development with the [angular-seed](https://github.com/angular/angular-seed) project.  We hope this tutorial was useful to you and that you learned enough about Angular to make you want  to learn more. We especially hope you are inspired to go out and develop Angular web apps of your  own, and that you might be interested in {@link misc/contribute contributing} to Angular. -If you have questions or feedback or just want to say "hi", please post a message at {@link -https://groups.google.com/forum/#!forum/angular}. +If you have questions or feedback or just want to say "hi", please post a message at (https://groups.google.com/forum/#!forum/angular). | 
