Skip to content

Commit

Permalink
fix: broken docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
russorat authored Jul 16, 2024
1 parent ac81e74 commit d835692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func WithAuthtokenFromEnv() ConnectOption {
//
// See the [region parameter in the ngrok docs] for additional details.
//
// [full list of ngrok regions]: https://ngrok.com/docs/platform/pops
// [full list of ngrok regions]: https://ngrok.com/docs/network-edge/#points-of-presence
// [region parameter in the ngrok docs]: https://ngrok.com/docs/ngrok-agent/config#region
func WithRegion(region string) ConnectOption {
return func(cfg *connectConfig) {
Expand Down

0 comments on commit d835692

Please sign in to comment.