Skip to content

Commit 3fc4b33

Browse files
author
John Doe
committed
refactor: fix README.md
1 parent c022da1 commit 3fc4b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/zod2md-jsdocs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Create a `zod2md.config.ts` in your project, and you'll automatically get a `gen
3737
{
3838
"transform": "./tools/zod2md-jsdocs/dist/src",
3939
"afterDeclarations": true,
40-
"baseUrl": "https://example.com/docs/api-reference.md"
40+
"baseUrl": "https://github.com/code-pushup/cli/blob/main/packages/<PROJECT-NAME>/docs/models-reference.md"
4141
}
4242
]
4343
}

0 commit comments

Comments
 (0)