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:
parent
3250163b69
commit
558986d28d
3 changed files with 8 additions and 2 deletions
6
.changeset/gentle-flies-boil.md
Normal file
6
.changeset/gentle-flies-boil.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
"@logto/console": patch
|
||||
"@logto/core": patch
|
||||
---
|
||||
|
||||
update documentation reference links
|
|
@ -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
|
||||
|
|
|
@ -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`
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue