From aaba0f6a25fcfc2f84b5cdb2b7dda2eb35d004fd Mon Sep 17 00:00:00 2001 From: Kevin Hoff Date: Thu, 13 Apr 2017 19:52:25 -0400 Subject: [PATCH] docs: fixed dead pre-requisites link & added link to `release.md` --- DEVELOPER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index fa7e9ffdb..1f86e336c 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -6,7 +6,7 @@ the repository layout. ## Prerequisite software The prerequisite software (Node.js, npm, git, jdk) are the same as for angular. See -https://github.com/angular/angular/blob/master/DEVELOPER.md#prerequisite-software +https://github.com/angular/angular/blob/master/docs/DEVELOPER.md#prerequisite-software ## Getting the sources @@ -148,4 +148,4 @@ the browsers it needs locally. Circle CI runs unit tests and a set of e2e tests ## Releasing -See `release.md` for full instructions. +See [release.md](https://github.com/angular/protractor/blob/master/release.md) for full instructions.