From 613d53e1522eb0d5b096c71fecd524f74e90e030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maksims=20Mui=C5=BEininkas?= Date: Fri, 27 May 2016 13:09:56 +0300 Subject: [PATCH] docs(architecture): correct link to testing closes #1536 --- firebase.json | 4 ++++ public/docs/ts/latest/guide/architecture.jade | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 957cd5fc28..069b61f208 100644 --- a/firebase.json +++ b/firebase.json @@ -22,6 +22,10 @@ "source": "/docs/ts/latest/guide/setup.html", "destination": "/docs/ts/latest/index.html" }, + { + "source": "/docs/ts/latest/testing", + "destination": "/docs/ts/latest/guide/testing.html" + }, { "source": "/cheatsheet", "destination": "/docs/ts/latest/guide/cheatsheet.html" diff --git a/public/docs/ts/latest/guide/architecture.jade b/public/docs/ts/latest/guide/architecture.jade index 2dd8de74a4..11031aff02 100644 --- a/public/docs/ts/latest/guide/architecture.jade +++ b/public/docs/ts/latest/guide/architecture.jade @@ -538,5 +538,5 @@ code-example(language="javascript" linenumbers="."). :marked >displays a price of "42.33" as `$42.33`. - >**[Testing](../testing/index.html)** - Angular provides a testing library for "unit testing" our application parts as they + >**[Testing](testing.html)** - Angular provides a testing library for "unit testing" our application parts as they interact with the Angular framework.