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

Commit 56bd037

Browse files
NicolaeNMVcaitp
authored andcommitted
docs(guide/e2e-testing): correct link to protractor's getting started
angular/protractor@fcd973b#diff-f3b56000093113bd3bfb6c9c05e7e945 splits the overview doc into multiple files, and removes overview.md from the repository entirely, making the current link a 404. This CL points the link to the new getting-started document rather than the overview, and avoids linking to a missing document. Closes #8595
1 parent 76e57a7 commit 56bd037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/e2e-testing.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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/overview.md)
30+
For more information on Protractor, view [getting started](https://github.com/angular/protractor/blob/master/docs/getting-started.md)
3131
or the [api docs](https://github.com/angular/protractor/blob/master/docs/api.md).
3232

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

0 commit comments

Comments
 (0)