From cbffcf67ef12938e6b26b7eddffa4327d83e71b0 Mon Sep 17 00:00:00 2001 From: Shixian Sheng Date: Wed, 2 Apr 2025 13:28:29 -0400 Subject: [PATCH] Fix links in the ngrok extension README (#6826) --- extensions/ngrok/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/ngrok/README.md b/extensions/ngrok/README.md index 0324bf98..2e9eb82d 100644 --- a/extensions/ngrok/README.md +++ b/extensions/ngrok/README.md @@ -9,9 +9,9 @@ the `settings.json` file, see the Examples below. Retrieve your authtoken on the # Documentation -For a list of all available options, see [the configuration documentation](https://ngrok.com/docs/ngrok-agent/config/) or [the connect example](https://github.com/ngrok/ngrok-py/blob/main/examples/ngrok-connect-full.py). +For a list of all available options, see [the configuration documentation](https://ngrok.com/docs/ngrok-agent/config/) or [the forward example](https://github.com/ngrok/ngrok-python/blob/main/examples/ngrok-forward-full.py). -The ngrok Python SDK is [on github here](https://github.com/ngrok/ngrok-py). A quickstart guide and a full API reference are included in the [ngrok-py Python API documentation](https://ngrok.github.io/ngrok-py/). +The ngrok Python SDK is [on github here](https://github.com/ngrok/ngrok-py). A quickstart guide and a full API reference are included in the [ngrok-py Python API documentation](https://ngrok.github.io/ngrok-python/). # Running @@ -66,4 +66,4 @@ To add an authtoken instead of using the NGROK_AUTHTOKEN environment variable: "authtoken_from_env":false } } -``` \ No newline at end of file +```