Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6550198

Browse files
AdirAmsalemcaitp
authored andcommitted
docs(guide,tutorial): fix outdated Protractor API link
Link to the gh-pages deployment of protractor docs, it's much easier on the eyes. Closes #9946
1 parent c6909ed commit 6550198

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/content/guide/e2e-testing.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Protractor is a [Node.js](http://nodejs.org) program, and runs end to end tests
2727
written in JavaScript and run with node. Protractor uses [WebDriver](https://code.google.com/p/selenium/wiki/GettingStarted)
2828
to control browsers and simulate user actions.
2929

30-
For more information on Protractor, view [getting started](https://github.com/angular/protractor/blob/master/docs/getting-started.md)
31-
or the [api docs](https://github.com/angular/protractor/blob/master/docs/api.md).
30+
For more information on Protractor, view [getting started](http://angular.github.io/protractor/#/getting-started)
31+
or the [api docs](http://angular.github.io/protractor/#/api).
3232

3333
Protractor uses [Jasmine](http://jasmine.github.io/1.3/introduction.html) for its test syntax.
3434
As in unit testing, a test file is comprised of one or

docs/content/tutorial/step_03.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ really is that easy to set up any functional, readable, end-to-end test.
120120
### Running End to End Tests with Protractor
121121
Even though the syntax of this test looks very much like our controller unit test written with
122122
Jasmine, the end-to-end test uses APIs of [Protractor](https://github.com/angular/protractor). Read
123-
about the Protractor APIs at https://github.com/angular/protractor/blob/master/docs/api.md.
123+
about the Protractor APIs at http://angular.github.io/protractor/#/api.
124124

125125
Much like Karma is the test runner for unit tests, we use Protractor to run end-to-end tests.
126126
Try it with `npm run protractor`. End-to-end tests are slow, so unlike with unit tests, Protractor

docs/content/tutorial/step_08.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ You can now rerun `npm run protractor` to see the tests run.
184184

185185
# Experiments
186186

187-
* Using the [Protractor API](https://github.com/angular/protractor/blob/master/docs/api.md),
187+
* Using the [Protractor API](http://angular.github.io/protractor/#/api),
188188
write a test that verifies that we display 4 thumbnail images on the Nexus S details page.
189189

190190

0 commit comments

Comments
 (0)