Skip to content

Commit 815fcfe

Browse files
authored
Fix broken link to OpenAPI documentation (#1548)
1 parent 33aad87 commit 815fcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In the following examples, the built-in `GET` operation is registered as well as
2424
By default, API Platform uses the first `Get` operation defined to generate the IRI of an item and the first `GetCollection` operation to generate the IRI of a collection.
2525

2626
If you create a custom operation, you will probably want to properly document it.
27-
See the [OpenAPI](swagger.md) part of the documentation to do so.
27+
See the [OpenAPI](openapi.md) part of the documentation to do so.
2828

2929
First, let's create your custom operation:
3030

0 commit comments

Comments
 (0)