From b5a1ff5a4dfd0c4415d890175ad92ce355c34b67 Mon Sep 17 00:00:00 2001
From: Sree Kuchibhotla <sreek@google.com>
Date: Wed, 23 Mar 2016 14:36:46 -0700
Subject: [PATCH] Try fixing the link again

---
 src/node/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/node/README.md b/src/node/README.md
index f3bb1f5fa1..16dc906319 100644
--- a/src/node/README.md
+++ b/src/node/README.md
@@ -21,7 +21,7 @@ npm install grpc
  1. Clone [the grpc Git Repository](https://github.com/grpc/grpc).
  2. Run `npm install` from the repository root.
 
- - **Note:** On Windows, this might fail due to a [nodejs issue](https:\github.com\nodejs\node\issues\4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):
+ - **Note:** On Windows, this might fail due to nodejs/node#4932 in which case, you will see something like the following in `npm install`'s output (towards the very beginning):
 
     ```
      ..
-- 
GitLab