Skip to content

Commit 519d303

Browse files
committed
doc fixes
1 parent 07abdf1 commit 519d303

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ search_enabled: true
2727
search_tokenizer_separator: /[\s/]+/
2828

2929
# logo, replaces the title
30-
logo: "../images/openapi-processor-spring@1280x200.png"
30+
logo: "https://github.com/hauner/openapi-processor-spring/blob/master/images/openapi-processor-spring%401280x200.png"
3131

3232
aux_links:
3333
openapi-processor-spring:

docs/gradle.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ simpler configuration.
1313
{: .note .info .mb-6}
1414

1515

16-
The [openapi-processor-gradle][oap-gradle] is currently the only tool to run a **openapi-processor**.
16+
The [openapi-processor-gradle][oap-gradle] is currently the only tool to run an **openapi-processor**.
1717

1818
To use it in a gradle project the gradle file of the project requires a few additional instructions.
1919
The following sections describe how to activate & configure **openapi-processor-spring** in a
@@ -57,7 +57,7 @@ block name.
5757

5858
}
5959

60-
- `processor`: (**required**) the generatr dependency. This works in the same way as adding a dependency
60+
- `processor`: (**required**) the processor dependency. This works in the same way as adding a dependency
6161
to a configuration in the gradle `dependencies` block. It is given here to avoid un-wanted side effects
6262
on the build dependencies of the project.
6363

@@ -131,5 +131,5 @@ Adding automatic compilation in this way will also automatically include the gen
131131

132132
[oap-gradle]: https://github.com/hauner/openapi-processor-gradle
133133
[docs-mapping]: /openapi-processor-spring/mapping/
134-
[docs-configuration]: /openapi-processor-spring/generatr/configuration.html
134+
[docs-configuration]: /openapi-processor-spring/processor/configuration.html
135135
[docs-running]: #running-processor-spring

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ See the [existing integration tests][oaps-int-resources] for a couple of example
116116

117117
## License
118118

119-
openapi-generatr-spring is distributed by [Apache License 2.0][license].
119+
openapi-processor-spring is distributed by [Apache License 2.0][license].
120120

121121
## Contributors
122122

@@ -133,17 +133,17 @@ openapi-generatr-spring is distributed by [Apache License 2.0][license].
133133

134134
[workflow-ci]: https://github.com/hauner/openapi-generatr-spring/actions?query=workflow%3Aci
135135

136-
[docs-gradle]: /openapi-generatr-spring/gradle.html
137-
[docs-processor]: /openapi-generatr-spring/generatr/
138-
[docs-mapping]: /openapi-generatr-spring/mapping/
136+
[docs-gradle]: /openapi-processor-spring/gradle.html
137+
[docs-processor]: /openapi-processor-spring/generatr/
138+
[docs-mapping]: /openapi-gprocessor-spring/mapping/
139139

140-
[bintray]: https://bintray.com/hauner/openapi-generatr
140+
[bintray]: https://bintray.com/hauner/openapi-processor
141141
[oap-gradle]: https://github.com/hauner/openapi-processor-gradle
142142
[oaps-releases]: https://github.com/hauner/openapi-processor-spring/releases
143143
[oaps-license]: https://github.com/hauner/openapi-processor-spring/blob/master/LICENSE
144144
[oaps-int-resources]: https://github.com/hauner/openapi-processor-spring/tree/master/src/testInt/resources
145145
[oaps-issues]: https://github.com/hauner/openapi-processor-spring/issues
146-
[oaps-logo]: {{ site.url }}/images/openapi-processor-spring%401280x200.png
146+
[oaps-logo]: https://github.com/hauner/openapi-processor-spring/blob/master/images/openapi-processor-spring%401280x200.png
147147

148148
[openapi]: https://www.openapis.org/
149149
[springboot]: https://spring.io/projects/spring-boot

0 commit comments

Comments
 (0)