Skip to content

Commit ae78583

Browse files
committed
fix: correct relative path in getFormSecret docs link
1 parent 56e902e commit ae78583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/generate-component-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ export function generateComponentMd(
825825
if (secrets.length > 0) {
826826
lines.push(`## Required secrets`, ``)
827827
lines.push(
828-
`This component retrieves secrets at runtime via [\`getFormSecret\`](../../code-based/custom-services.md#formsservice) on your \`formsService\`. Implement it to return the correct value from your secrets store — do not use environment variables or plugin options for per-form secrets.`,
828+
`This component retrieves secrets at runtime via [\`getFormSecret\`](../code-based/custom-services.md#formsservice) on your \`formsService\`. Implement it to return the correct value from your secrets store — do not use environment variables or plugin options for per-form secrets.`,
829829
``
830830
)
831831
lines.push(`| Secret name | Description |`)

0 commit comments

Comments
 (0)