diff options
| author | Pete Bacon Darwin | 2013-05-18 22:17:15 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-05-18 22:17:28 +0100 | 
| commit | 6847cbeff83d549c1714668bda9e6870a0ae5e22 (patch) | |
| tree | 6a1f2828d1ce3b0b435dc72ee15bac798c0a38b1 | |
| parent | 84daf33c03f8997aef0efaf87971ed710bd883a0 (diff) | |
| download | angular.js-6847cbeff83d549c1714668bda9e6870a0ae5e22.tar.bz2 | |
docs(guide::testing): fix link to angular-seed
| -rw-r--r-- | docs/content/guide/dev_guide.e2e-testing.ngdoc | 2 | ||||
| -rw-r--r-- | docs/content/guide/dev_guide.unit-testing.ngdoc | 2 | 
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. | 
