From 6e7780dee0aa6d4e32acba4bf20c3563d6b178e5 Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Mon, 3 Oct 2016 10:52:03 -0700 Subject: [PATCH] docs(dart/router): link to router tutorial instead of TS router docs (#2529) --- public/docs/dart/latest/guide/router.jade | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/docs/dart/latest/guide/router.jade b/public/docs/dart/latest/guide/router.jade index 4782ba81d3..578b315727 100644 --- a/public/docs/dart/latest/guide/router.jade +++ b/public/docs/dart/latest/guide/router.jade @@ -1 +1,6 @@ -include ../../../_includes/_ts-temp \ No newline at end of file +include ../_util-fns + +:marked + This advanced guide hasn't yet been written. + To learn the basics of routing, read the Tour of Heroes tutorial: + [Routing Around the App](../tutorial/toh-pt5.html).