Skip to content

Commit f43ec97

Browse files
committed
ci fixes
Signed-off-by: Jurj-Bogdan <[email protected]>
1 parent 78c7e74 commit f43ec97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/book/v5/openapi/write-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ To summarize, the typical scenario on working on your own instance of Dotkernel
107107
- create new module (example: `Book`)
108108
- add functionality to your new module (routes, entities, repositories, handlers, services, tests etc)
109109
- create file `OpenAPI.php` in the new module and describe each new endpoint
110-
- generate latest version of documentation file as described [here](./generate-documentation.md)
110+
- generate latest version of documentation file as described [in this tutorial](./generate-documentation.md)

docs/book/v6/extended-features/handler-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ In this way, the developer can easily figure out the functionality of each handl
3838

3939
## Mapping of the handlers
4040

41-
The full mapping of the handlers and their current paths and actions can be found [**here**](https://docs.dotkernel.org/img/api/v6/naming-convention.png).
41+
The full mapping of the handlers and their current paths and actions can be found in the full [naming convention table](https://docs.dotkernel.org/img/api/v6/naming-convention.png).
4242

4343
[![naming-convention-thumbnail](https://docs.dotkernel.org/img/api/v6/naming-convention-thumbnail.png)](https://docs.dotkernel.org/img/api/v6/naming-convention.png)

docs/book/v6/openapi/write-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ To summarize, the typical scenario on working on your own instance of Dotkernel
107107
- create new module (example: `Book`)
108108
- add functionality to your new module (routes, entities, repositories, handlers, services, tests etc)
109109
- create file `OpenAPI.php` in the new module and describe each new endpoint
110-
- generate latest version of documentation file as described [here](./generate-documentation.md)
110+
- generate latest version of documentation file as described [in this tutorial](./generate-documentation.md)

0 commit comments

Comments
 (0)