diff --git a/docs/docs/recipes/interact-with-management-api/README.md b/docs/docs/recipes/interact-with-management-api/README.md index d5c7680eb09..b8fe1a347d3 100644 --- a/docs/docs/recipes/interact-with-management-api/README.md +++ b/docs/docs/recipes/interact-with-management-api/README.md @@ -19,7 +19,7 @@ Some frequently used APIs are listed below: - Resources - Connectors -To learn more about the APIs that are available, please visit https://docs.logto.io/api. +To learn more about the APIs that are available, please visit https://openapi.logto.io/. Wondering what you can do with the Logto Management API? Here are a few examples of scenarios that are not possible with the Logto Admin Console but can be achieved through the management API. diff --git a/docusaurus.config.js b/docusaurus.config.js index e7999a5505c..20ec32e7fc9 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -117,7 +117,7 @@ const config = { label: 'SDK', }, { - to: 'api', + to: 'https://openapi.logto.io/', position: 'left', label: 'API', }, diff --git a/versioned_docs/version-1.x/docs/recipes/interact-with-management-api/README.md b/versioned_docs/version-1.x/docs/recipes/interact-with-management-api/README.md index d5c7680eb09..b8fe1a347d3 100644 --- a/versioned_docs/version-1.x/docs/recipes/interact-with-management-api/README.md +++ b/versioned_docs/version-1.x/docs/recipes/interact-with-management-api/README.md @@ -19,7 +19,7 @@ Some frequently used APIs are listed below: - Resources - Connectors -To learn more about the APIs that are available, please visit https://docs.logto.io/api. +To learn more about the APIs that are available, please visit https://openapi.logto.io/. Wondering what you can do with the Logto Management API? Here are a few examples of scenarios that are not possible with the Logto Admin Console but can be achieved through the management API.