From 4041ee904c50f56e30b3a71debddb163ce3536f7 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] Update architecture.jade --- public/docs/ts/latest/guide/architecture.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.