Skip to content

Commit

Permalink
Update JS SDK links
Browse files Browse the repository at this point in the history
We updated the JS SDK from ngrok-nodejs to ngrok-javascript. Updating the links since docs link did not forward and was broken.
  • Loading branch information
salilsub committed Nov 16, 2023
1 parent af9b432 commit c8dfed2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/agent-sdks/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ ngrok's edge just as if you opened a socket to listen on a port.

## Supported Languages

| Language | Docs | Quickstart | Repository | Status |
| ---------- | ---------------------------------------------------------- | ----------------------------------------------- | ---------------------------------------------------------------------- | ------ |
| Go | [ngrok-go docs](https://pkg.go.dev/golang.ngrok.com/ngrok) | [ngrok-go quickstart](/getting-started/go/) | [github.com/ngrok/ngrok-go](https://github.com/ngrok/ngrok-go) | Stable |
| Rust | [ngrok-rust docs](https://docs.rs/ngrok/latest/ngrok/) | [ngrok-rust quickstart](/getting-started/rust/) | [github.com/ngrok/ngrok-rust](https://github.com/ngrok/ngrok-rust) | Stable |
| Python | [ngrok-python docs](https://ngrok.github.io/ngrok-python/) | | [github.com/ngrok/ngrok-python](https://github.com/ngrok/ngrok-python) | Beta |
| JavaScript | [ngrok-nodejs docs](https://ngrok.github.io/ngrok-nodejs/) | | [github.com/ngrok/ngrok-nodejs](https://github.com/ngrok/ngrok-nodejs) | Beta |
| Java | | | [github.com/ngrok/ngrok-java](https://github.com/ngrok/ngrok-java) | Alpha |
| Language | Docs | Quickstart | Repository | Status |
| ---------- | ------------------------------------------------------------------ | ----------------------------------------------- | ------------------------------------------------------------------------------ | ------ |
| Go | [ngrok-go docs](https://pkg.go.dev/golang.ngrok.com/ngrok) | [ngrok-go quickstart](/getting-started/go/) | [github.com/ngrok/ngrok-go](https://github.com/ngrok/ngrok-go) | Stable |
| Rust | [ngrok-rust docs](https://docs.rs/ngrok/latest/ngrok/) | [ngrok-rust quickstart](/getting-started/rust/) | [github.com/ngrok/ngrok-rust](https://github.com/ngrok/ngrok-rust) | Stable |
| Python | [ngrok-python docs](https://ngrok.github.io/ngrok-python/) | | [github.com/ngrok/ngrok-python](https://github.com/ngrok/ngrok-python) | Beta |
| JavaScript | [ngrok-javascript docs](https://ngrok.github.io/ngrok-javascript/) | | [github.com/ngrok/ngrok-javascript](https://github.com/ngrok/ngrok-javascript) | Beta |
| Java | | | [github.com/ngrok/ngrok-java](https://github.com/ngrok/ngrok-java) | Alpha |

## When should I use Agent SDKs?

Expand Down

1 comment on commit c8dfed2

@vercel
Copy link

@vercel vercel bot commented on c8dfed2 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ngrok-docs – ./

ngrok-docs-ngrok-dev.vercel.app
ngrok-docs-git-main-ngrok-dev.vercel.app
ngrok-docs.vercel.app

Please sign in to comment.