Skip to content

Commit 9fe0772

Browse files
authoredSep 8, 2023
fix(page): replaced VerbOptions's link (#929)
1 parent e18d153 commit 9fe0772

File tree

1 file changed

+1
-1
lines changed
  • docs/src/pages/reference/configuration

1 file changed

+1
-1
lines changed
 

‎docs/src/pages/reference/configuration/output.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Type: `String` or `Function`.
303303

304304
Valid values: path or implementation of the transformer function.
305305

306-
This function is executed for each call when you generate and take in argument a <a href="https://github.com/anymaniax/orval/blob/master/src/types/generator.ts#L40" target="_blank">VerbOptions</a> and should return a <a href="https://github.com/anymaniax/orval/blob/master/src/types/generator.ts#L40" target="_blank">VerbOptions</a>
306+
This function is executed for each call when you generate and take in argument a <a href="https://github.com/anymaniax/orval/blob/master/packages/core/src/types.ts#L510" target="_blank">VerbOptions</a> and should return a <a href="https://github.com/anymaniax/orval/blob/master/packages/core/src/types.ts#L510" target="_blank">VerbOptions</a>
307307

308308
```js
309309
module.exports = {

1 commit comments

Comments
 (1)

vercel[bot] commented on Sep 8, 2023

@vercel[bot]
Please sign in to comment.