From 89e1cc8a5c780f44653ab4deb5a75d0a2cc180d3 Mon Sep 17 00:00:00 2001 From: Namolovan Nicolae Date: Wed, 13 Aug 2014 15:32:39 +0200 Subject: [PATCH] docs(guide/e2e-testing): fix the link to protractor's getting started The current link is broken as the protractor commit angular/protractor@fcd973b#diff-f3b56000093113bd3bfb6c9c05e7e945 that splits the overview doc into multiple files. --- docs/content/guide/e2e-testing.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/e2e-testing.ngdoc b/docs/content/guide/e2e-testing.ngdoc index 89a20a0f423f..514c159b4180 100644 --- a/docs/content/guide/e2e-testing.ngdoc +++ b/docs/content/guide/e2e-testing.ngdoc @@ -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.