Skip to content

Commit

Permalink
docs: redirect the broken link to the new docs structure links
Browse files Browse the repository at this point in the history
  • Loading branch information
aindrajaya committed Mar 18, 2024
1 parent 5b11c6b commit 7837c45
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,55 +67,55 @@ const config = {
redirects: [
{
from: '/troubleshooting/failed-to-fetch',
to: '/guides/error-codes/something-amiss/',
to: '/troubleshooting/',
},
{
from: '/guides/troubleshooting/gpu-not-used/',
to: '/guides/common-error/not-using-gpu/',
to: '/troubleshooting/',
},
{
from: '/guides/troubleshooting/',
to: '/guides/error-codes/',
to: '/troubleshooting/',
},
{
from: '/troubleshooting/stuck-on-broken-build/',
to: '/guides/common-error/broken-build/',
to: '/troubleshooting/',
},
{
from: '/guides/troubleshooting/',
to: '/guides/error-codes/',
to: '/troubleshooting/',
},
{
from: '/troubleshooting/somethings-amiss/',
to: '/guides/error-codes/something-amiss/',
to: '/troubleshooting/',
},
{
from: '/troubleshooting/how-to-get-error-logs/',
to: '/guides/error-codes/how-to-get-error-logs/',
to: '/troubleshooting/',
},
{
from: '/troubleshooting/permission-denied/',
to: '/guides/error-codes/permission-denied/',
to: '/troubleshooting/',
},
{
from: '/troubleshooting/unexpected-token/',
to: '/guides/error-codes/unexpected-token/',
to: '/troubleshooting/',
},
{
from: '/troubleshooting/undefined-issue/',
to: '/guides/error-codes/undefined-issue/',
to: '/troubleshooting/',
},
{
from: '/install/',
to: '/guides/install/',
},
{
from: '/guides/using-models/',
to: '/guides/models-setup/',
to: '/guides/models/',
},
{
from: '/guides/using-extensions/',
to: '/guides/extensions/',
to: '/extensions/',
},
],
},
Expand Down

0 comments on commit 7837c45

Please sign in to comment.