Skip to content

Commit

Permalink
fix some redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws committed Oct 15, 2024
1 parent 558275a commit 6c20e6c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -297,21 +297,22 @@ const nextConfig = {
},
{
source: '/docs/reference/pulumi',
destination: '/docs/reference/providers/pulumi',
destination: '/docs/providers/pulumi',
basePath: false,
permanent: false,
permanent: true,
},
{
source: '/docs/reference/pulumi/custom-providers',
destination: '/docs/reference/providers/pulumi/custom',
destination: '/docs/providers/custom',
basePath: false,
permanent: false,
permanent: true,
},
{
source: '/docs/reference/pulumi/pulumi-cloud',
destination: '/docs/reference/providers/pulumi#pulumi-cloud',
destination:
'/docs/providers/pulumi#using-your-pulumi-cloud-account-optional',
basePath: false,
permanent: false,
permanent: true,
},
{
source: '/docs/reference/dart/v1',
Expand Down

0 comments on commit 6c20e6c

Please sign in to comment.