Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 613d53e

Browse files
raucherwardbell
authored andcommitted
docs(architecture): correct link to testing
closes #1536
1 parent 2d27097 commit 613d53e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

firebase.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"source": "/docs/ts/latest/guide/setup.html",
2323
"destination": "/docs/ts/latest/index.html"
2424
},
25+
{
26+
"source": "/docs/ts/latest/testing",
27+
"destination": "/docs/ts/latest/guide/testing.html"
28+
},
2529
{
2630
"source": "/cheatsheet",
2731
"destination": "/docs/ts/latest/guide/cheatsheet.html"

public/docs/ts/latest/guide/architecture.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,5 +538,5 @@ code-example(language="javascript" linenumbers=".").
538538
:marked
539539
>displays a price of "42.33" as `$42.33`.
540540

541-
>**[Testing](../testing/index.html)** - Angular provides a testing library for "unit testing" our application parts as they
541+
>**[Testing](testing.html)** - Angular provides a testing library for "unit testing" our application parts as they
542542
interact with the Angular framework.

0 commit comments

Comments
 (0)