Skip to content

Commit af7d5d8

Browse files
authored
fix broken doc links in esc external adapter example (#2214)
I missed a spot in #2213
2 parents 22be8bb + a6902bd commit af7d5d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-ts-esc-external-adapter-lambda/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A reference implementation showing how to build a secure external secrets adapter for Pulumi ESC.
77
This example validates JWT authentication and request integrity, making it easy to integrate custom or proprietary secret sources with ESC.
88

9-
For complete documentation on ESC Connect, see the [external provider documentation](/docs/esc/integrations/dynamic-secrets/external/).
9+
For complete documentation on ESC Connect, see the [external provider documentation](https://www.pulumi.com/docs/esc/integrations/dynamic-secrets/external/).
1010

1111
## Deploying the adapter
1212

@@ -99,7 +99,7 @@ The `ESCRequestValidator` class in `index.ts` handles request integrity validati
9999
};
100100
```
101101

102-
See the [external provider documentation](/docs/esc/integrations/dynamic-secrets/external/) for complete implementation guidance and examples in other languages.
102+
See the [external provider documentation](https://www.pulumi.com/docs/esc/integrations/dynamic-secrets/external/) for complete implementation guidance and examples in other languages.
103103

104104
## Monitoring
105105

0 commit comments

Comments
 (0)