From de0b820407bea38b73422c5edfe3646f4dc647e6 Mon Sep 17 00:00:00 2001 From: Adir Date: Thu, 6 Nov 2014 20:42:59 +0200 Subject: [PATCH] docs(guide/e2e-testing): fix outdated Protractor API link --- 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 87090ced7390..48b840927789 100644 --- a/docs/content/guide/e2e-testing.ngdoc +++ b/docs/content/guide/e2e-testing.ngdoc @@ -28,7 +28,7 @@ written in JavaScript and run with node. Protractor uses [WebDriver](https://cod to control browsers and simulate user actions. 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). +or the [api docs](http://angular.github.io/protractor/#/api). Protractor uses [Jasmine](http://jasmine.github.io/1.3/introduction.html) for its test syntax. As in unit testing, a test file is comprised of one or