0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

fix(core,console): update invalid documentation links in console and core (#5937)

fix(core,console): update invalid documentation links in console and core cli
This commit is contained in:
Charles Zhao 2024-05-30 10:17:42 +08:00 committed by GitHub
parent 3250163b69
commit 558986d28d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,6 @@
---
"@logto/console": patch
"@logto/core": patch
---
update documentation reference links

View file

@ -15,7 +15,7 @@ function ManagementApiNotice() {
return null;
}
const learnMoreLink = getDocumentationUrl('/docs/tutorials/get-started/explore-management-api');
const learnMoreLink = getDocumentationUrl('/docs/recipes/interact-with-management-api');
return (
<InlineNotification

View file

@ -49,7 +49,7 @@ const checkAlterationState = async (pool: CommonQueryMethods) => {
'npm run alteration deploy'
)} command.\n\n` +
` See ${chalk.blue(
'https://docs.logto.io/docs/tutorials/using-cli/database-alteration'
'https://docs.logto.io/docs/references/using-cli/database-alteration'
)} for reference.\n`
);