Skip to content

Commit bc5dbe1

Browse files
committed
oap can use ref:
1 parent 89943a9 commit bc5dbe1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/modules/ROOT/pages/gradle.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Gradle Plugin
22
include::partial$links.adoc[]
33

4-
The link:{oap-gradle}[openapi-processor-gradle] is currently the only tool to run any of the
4+
The xref:gradle::index.adoc[openapi-processor-gradle] is currently the only tool to run any of the
55
**openapi-processor**'s.
66
77
To use it in a gradle project the gradle file of the project requires a few additional instructions.

docs/modules/ROOT/pages/index.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
:author: Martin Hauner
2-
:revdate: 05.04.2020
32
:page-title: openapi-processor-spring
43
:page-layout: default
54
:page-aliases: current@spring:ROOT:index.adoc, latest@spring:ROOT:index.adoc
@@ -74,10 +73,10 @@ correct code for an endpoint. That way the processor can still be used for all t
7473
documentation from the code when the code originates from the documentation (i.e. an openapi.yaml).
7574
+
7675
NOTE: The generated source code has to be included in a project to compile it. This is easily done
77-
with the link:{oap-gradle}[openapi-processor-gradle] plugin. See xref:gradle.adoc[Using Gradle].
76+
with the xref:gradle::index.adoc[openapi-processor-gradle] plugin. See xref:gradle.adoc[Using Gradle].
7877

79-
- gradle support via link:{oap-gradle}[openapi-processor-gradle] plugin (the plugin is currently the
80-
only option to run the processor).
78+
- gradle support via xref:gradle::index.adoc[openapi-processor-gradle] plugin (the plugin is
79+
currently the only option to run the processor).
8180

8281
== Releases
8382

0 commit comments

Comments
 (0)