docs(aio): fix broken links discovered May 4th

This commit is contained in:
Ward Bell 2017-05-04 14:30:29 -07:00 committed by Pete Bacon Darwin
parent d27588b5fb
commit 2714644528
3 changed files with 4 additions and 54 deletions

View File

@ -1,43 +0,0 @@
@title
Cookbook
@intro
A collection of recipes for common Angular application scenarios.
@description
The *Cookbook* offers answers to common implementation questions.
Each cookbook page is a collection of recipes focused on a particular Angular feature or application challenge
such as data binding, cross-component interaction, and communicating with a remote server via HTTP.
<div class="l-sub-section">
The cookbook is just getting started. Many more recipes are on the way.
</div>
Each cookbook links to a live sample with every recipe included.
Recipes are deliberately brief and code-centric.
Each recipe links to a relevant page of the [Developer Guide](guide) or the
[API Reference](api) where you can learn more about
the purpose, context, and design choices behind the code snippets.
## Feedback
Post *documentation* requests and comments as
<a href="https://github.com/angular/angular.io/issues" title="Documentation issues on github">
<i>issues</i> on the angular.io</a> github repository.
Fixes (small ones) are greatly appreciated as
<a href="https://github.com/angular/angular.io/pulls" title="Documentation PRs on github">
<i>pull requests</i></a>.
Post issues with *Angular itself* to the [angular](https://github.com/angular/angular) github repository.

View File

@ -21,7 +21,7 @@ Angular is a platform that makes it easy to build applications with the web. Ang
<p class="card-footer"><a href="guide/tutorial">Tutorial</a></p>--> <p class="card-footer"><a href="guide/tutorial">Tutorial</a></p>-->
</div> </div>
<a href="fundamentals" class="card" title="Angular Fundamentals"> <a href="guide/fundamentals" class="card" title="Angular Fundamentals">
<section>Fundamentals</section> <section>Fundamentals</section>
<p>Get additional information on specific topics in the Fundamentals section.</p> <p>Get additional information on specific topics in the Fundamentals section.</p>
<p class="card-footer">Fundamentals</p> <p class="card-footer">Fundamentals</p>

View File

@ -927,15 +927,8 @@ Here are the files you added or changed in this page.
</code-tabs> </code-tabs>
<div class="l-sub-section">
## Next step ## Next step
Return to the [learning path](guide/learning-angular#architecture), where That concludes the "Tour of Heroes" tutorial.
you can read more about the concepts and practices found in this tutorial. You're ready to learn more about Angular development in the fundamentals section,
starting with the [Architecture](guide/architecture "Architecture") guide.
</div>