Skip to content

Commit

Permalink
docs: Fix the unavailable redirect link
Browse files Browse the repository at this point in the history
  • Loading branch information
aindrajaya committed Mar 20, 2024
1 parent d5ce91a commit 05fe909
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const config = {
},
{
from: '/developer/build-extension/package-your-assistant/',
to: '/developer/build-extension/package-your-extension/',
to: '/developer/extension/package-your-extension/',
},
{
from: '/getting-started/install/linux/',
Expand Down Expand Up @@ -323,7 +323,7 @@ const config = {
},
{
from: '/docs/get-started/build-extension/',
to: '/developer/build-extension/',
to: '/developer/extension/',
},
{
from: '/specs/files/',
Expand All @@ -339,7 +339,7 @@ const config = {
},
{
from: '/docs/get-started/extension-anatomy/',
to: '/developer/build-extension/extension-anatomy/',
to: '/developer/extension/extension-anatomy/',
},
{
from: '/docs/get-started/',
Expand Down

0 comments on commit 05fe909

Please sign in to comment.