Skip to content

Commit 7aca565

Browse files
authored
fix(docs): update swagger-parser link in input configuration documentation (#2095)
1 parent 304cceb commit 7aca565

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/input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Type: `Object`.
162162

163163
Default Value: `{ resolve: { github: githubResolver }, validate: true }`.
164164

165-
Orval utilizes a parser to process multiple file specifications. You can customize its behavior using the `parserOptions` property. See the [available options](https://apitools.dev/swagger-parser/docs/options.html) for configuration. By default, Orval includes a GitHub parser, but you can add your own for private specifications or other specific needs.
165+
Orval utilizes a parser to process multiple file specifications. You can customize its behavior using the `parserOptions` property. See the [available options](https://apidevtools.com/swagger-parser/docs/options.html) for configuration. By default, Orval includes a GitHub parser, but you can add your own for private specifications or other specific needs.
166166

167167
Your specification is automatically validated by default.
168168

0 commit comments

Comments
 (0)