From 2714644528c8bf01ae667feb226e392255b1c5da Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Thu, 4 May 2017 14:30:29 -0700 Subject: [PATCH] docs(aio): fix broken links discovered May 4th --- aio/content/guide/cb-index.md | 43 --------------------------------- aio/content/marketing/docs.md | 2 +- aio/content/tutorial/toh-pt6.md | 13 +++------- 3 files changed, 4 insertions(+), 54 deletions(-) delete mode 100644 aio/content/guide/cb-index.md diff --git a/aio/content/guide/cb-index.md b/aio/content/guide/cb-index.md deleted file mode 100644 index c3ab1a67eb..0000000000 --- a/aio/content/guide/cb-index.md +++ /dev/null @@ -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. - - -
- - - -The cookbook is just getting started. Many more recipes are on the way. - - -
- - - -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 - -issues on the angular.io github repository. -Fixes (small ones) are greatly appreciated as - -pull requests. - -Post issues with *Angular itself* to the [angular](https://github.com/angular/angular) github repository. diff --git a/aio/content/marketing/docs.md b/aio/content/marketing/docs.md index adead3a0a1..0dc3b1042f 100644 --- a/aio/content/marketing/docs.md +++ b/aio/content/marketing/docs.md @@ -21,7 +21,7 @@ Angular is a platform that makes it easy to build applications with the web. Ang --> - +
Fundamentals

Get additional information on specific topics in the Fundamentals section.

diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index 3d10e46a77..c51cf41734 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -927,15 +927,8 @@ Here are the files you added or changed in this page. - -
- - - ## Next step -Return to the [learning path](guide/learning-angular#architecture), where -you can read more about the concepts and practices found in this tutorial. - -
- +That concludes the "Tour of Heroes" tutorial. +You're ready to learn more about Angular development in the fundamentals section, +starting with the [Architecture](guide/architecture "Architecture") guide.