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.