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

docs(guide/e2e-testing): fix the link to protractor's getting started #8595

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/guide/e2e-testing.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Protractor is a [Node.js](http://nodejs.org) program, and runs end to end tests
written in JavaScript and run with node. Protractor uses [WebDriver](https://code.google.com/p/selenium/wiki/GettingStarted)
to control browsers and simulate user actions.

For more information on Protractor, view [getting started](https://github.com/angular/protractor/blob/master/docs/overview.md)
For more information on Protractor, view [getting started](https://github.com/angular/protractor/blob/master/docs/getting-started.md)
or the [api docs](https://github.com/angular/protractor/blob/master/docs/api.md).

Protractor uses [Jasmine](http://jasmine.github.io/1.3/introduction.html) for its test syntax.
Expand Down