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

Commit 38bdb40

Browse files
author
Erin Altenhof-Long
committed
docs(e2e-testing): fix broken protractor docs link
1 parent 2e84cf9 commit 38bdb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/e2e-testing.ngdoc

+1-1
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/getting-started.md)
30+
For more information on Protractor, view [getting started](https://github.com/angular/protractor/blob/master/docs/overview.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)