You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by al...@apache.org on 2020/04/10 06:52:16 UTC

[openwhisk-wskdebug] 02/04: update readme link to ngrok issue

This is an automated email from the ASF dual-hosted git repository.

alexkli pushed a commit to branch optional-ngrok
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git

commit 234d3e174cd1e53000fba058aacf5c61b17aa1b9
Author: Alexander Klimetschek <ak...@adobe.com>
AuthorDate: Thu Apr 9 23:16:42 2020 -0700

    update readme link to ngrok issue
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d3b8943..c0d61a2 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ To install or update run:
 npm install -g @openwhisk/wskdebug --unsafe-perm=true
 ```
 
-The `--unsafe-perm=true` is [needed](https://github.com/inconshreveable/ngrok/issues/429) for the ngrok dependency.
+The `--unsafe-perm=true` is [needed](https://github.com/bubenshchykov/ngrok/issues/87) for the ngrok dependency.
 
 <a name="uninstall"></a>
 ### Uninstall
@@ -474,7 +474,7 @@ run this instead:
 sudo npm install -g @openwhisk/wskdebug --unsafe-perm=true --allow-root
 ```
 
-The dependency `ngrok` requires full write permission in `/usr/local/lib/node_modules` during its custom install phase. This is a [known ngrok issue](https://github.com/inconshreveable/ngrok/issues/429).
+The dependency `ngrok` requires full write permission in `/usr/local/lib/node_modules` during its custom install phase. This is a [known ngrok issue](https://github.com/bubenshchykov/ngrok/issues/87).
 
 
 ### Does not work, namespace shows as undefined