Skip to content

Commit a105a67

Browse files
committed
fix links
1 parent 151b677 commit a105a67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/ROOT/pages/gradle.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ yaml. This replaces the `typeMappings` option.
6363
(default) to show no warnings (this option has currently no effect).
6464

6565
* `parser`: (**optional**), sets the openapi parser used to read the OpenAPI description. Available values are `SWAGGER` (default), `OPENAPI4J` or `INTERNAL`.
66-
** `SWAGGER`: link:{swagger-parser}:[Swagger OpenAPI parser, window="_blank"], supports *OpenAPI 3.0.x*
66+
** `SWAGGER`: link:{swagger-parser}[Swagger OpenAPI parser, window="_blank"], supports *OpenAPI 3.0.x*
6767
** `OPENAPI4J`: link:{openapi4j}[openapi4j OpenAPI parser, window="_blank"], supports *OpenAPI 3.0.x*. It provides better validation than `SWAGGER`, unfortunately it is no longer maintained.
68-
** `INTERNAL`: link:{openapi-parser}:[internal OpenAPI parser, window="_blank"], supports *OpenAPI 3.0.x* & *OpenAPI 3.1.0*.
68+
** `INTERNAL`: link:{openapi-parser}[internal OpenAPI parser, window="_blank"], supports *OpenAPI 3.0.x* & *OpenAPI 3.1.0*.
6969
*** the 3.0.x parser provides JSON schema validation.
7070
*** the 3.1.0 parser is *experimental* and has no validation at the moment.
7171

0 commit comments

Comments
 (0)