auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
630 stars 309 forks source link

Broken API documentation links #1023

Open gualtierotesta opened 1 month ago

gualtierotesta commented 1 month ago

Checklist

Description

Several links in the internal pages of the API documentation refer to an Auth0 internal domain (manage.local.dev.auth0.com) not accessible from Internet.

For example the link to "using query string syntax" in the page

https://auth0.github.io/node-auth0/classes/management.UsersManager.html#getAll

points to

https://manage.local.dev.auth0.com/docs/users/search/v3/query-syntax

which I cannot access

Reproduction

  1. Browse to https://auth0.github.io/node-auth0/classes/management.UsersManager.html#getAll
  2. Click on "using query string syntax" link
  3. Browse cannot access the page

Additional context

No response

node-auth0 version

Not applicable

Node.js version

Not applicable