From 7a0d2f6956d80121ceeb8920b674fac511d75e30 Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Mon, 25 Apr 2016 02:48:08 -0700 Subject: [PATCH] docs(dart): proposed text for linking to Dart samples This PR uses hierarchical-dependency-injection as the guinea pig. The text is similar to what's used in copyedited TS pages such as https://angular.io/docs/ts/latest/guide/displaying-data.html. --- .../dart/latest/guide/hierarchical-dependency-injection.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/dart/latest/guide/hierarchical-dependency-injection.jade b/public/docs/dart/latest/guide/hierarchical-dependency-injection.jade index 5c64ed57d8..b36f10c699 100644 --- a/public/docs/dart/latest/guide/hierarchical-dependency-injection.jade +++ b/public/docs/dart/latest/guide/hierarchical-dependency-injection.jade @@ -12,8 +12,8 @@ include ../_util-fns In this chapter we explore these points and write some code. - The source code for the example app in this chapter is - [in GitHub](https://github.com/angular/angular.io/tree/master/public/docs/_examples/hierarchical-dependency-injection/dart). + [Run the live example](https://angular-examples.github.io/hierarchical-dependency-injection/) | + [View its source code](https://github.com/angular-examples/hierarchical-dependency-injection) .l-main-section :marked