Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit f035ae6

Browse files
committed
fix broken links
1 parent 79bcc32 commit f035ae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/providers/custom/extend.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ You'll notice that we also override the `Bucket` value to use the pulumi spaces
135135

136136
### Config
137137

138-
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).
138+
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#stack-configuration).
139139

140140
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.
141141

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ const nextConfig = {
524524
permanent: true,
525525
},
526526
{
527-
source: '/docs/reference/providers/pulumi/aws/configuration',
527+
source: '/docs/providers/pulumi/aws/configuration',
528528
destination: '/docs/providers/pulumi/aws#stack-configuration',
529529
basePath: false,
530530
permanent: true,

0 commit comments

Comments
 (0)