Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws committed Dec 16, 2024
1 parent 79bcc32 commit 24e9ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/providers/custom/extend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ You'll notice that we also override the `Bucket` value to use the pulumi spaces

### Config

Now we can create an extension configuration to allow adding digital ocean configuration to our stack file. You can find the base AWS configuration [here](../pulumi/aws/configuration).
Now we can create an extension configuration to allow adding digital ocean configuration to our stack file. You can find the base AWS configuration [here](/providers/pulumi/aws/configuration).

Start by defining the type of configuration we want. To deploy to digital ocean we require setting a Digital Ocean token as well as a spaces key, secret, and region.

Expand Down
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ const nextConfig = {
permanent: true,
},
{
source: '/docs/reference/providers/pulumi/aws/configuration',
source: '/docs/providers/pulumi/aws/configuration',
destination: '/docs/providers/pulumi/aws#stack-configuration',
basePath: false,
permanent: true,
Expand Down

0 comments on commit 24e9ef2

Please sign in to comment.