aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-05-18 22:17:15 +0100
committerPete Bacon Darwin2013-05-18 22:17:15 +0100
commitbe993528a38ecf6ca3096198317b8df8b360bb82 (patch)
tree93b7deaa2a7d67c4ac5969eea895340c3c5b50b7 /docs/content/guide
parent3b69eaebcd73f6da3170aa0c1c9fc4fe73bf358b (diff)
downloadangular.js-be993528a38ecf6ca3096198317b8df8b360bb82.tar.bz2
docs(guide::testing): fix link to angular-seed
Diffstat (limited to 'docs/content/guide')
-rw-r--r--docs/content/guide/dev_guide.e2e-testing.ngdoc2
-rw-r--r--docs/content/guide/dev_guide.unit-testing.ngdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/dev_guide.e2e-testing.ngdoc b/docs/content/guide/dev_guide.e2e-testing.ngdoc
index ef340831..45cc0dea 100644
--- a/docs/content/guide/dev_guide.e2e-testing.ngdoc
+++ b/docs/content/guide/dev_guide.e2e-testing.ngdoc
@@ -217,4 +217,4 @@ expect(value).toBeGreaterThan(expected)
</pre>
# Example
-See the {@link angular-seed https://github.com/angular/angular-seed} project for an example. \ No newline at end of file
+See the {@link https://github.com/angular/angular-seed angular-seed} project for an example. \ No newline at end of file
diff --git a/docs/content/guide/dev_guide.unit-testing.ngdoc b/docs/content/guide/dev_guide.unit-testing.ngdoc
index 4d4bac5f..175af471 100644
--- a/docs/content/guide/dev_guide.unit-testing.ngdoc
+++ b/docs/content/guide/dev_guide.unit-testing.ngdoc
@@ -348,5 +348,5 @@ ou
ou
## Sample project
-See the {@link angular-seed https://github.com/angular/angular-seed} project for an example.
+See the {@link https://github.com/angular/angular-seed angular-seed} project for an example.