Skip to content

Commit 57118f2

Browse files
author
socadk
committed
Fixed a broken link
1 parent f148765 commit 57118f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/generators/open-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The OpenAPI specification generator maps endpoint types to HTTP resource paths,
4040
* updateX and patchX are transformed into `PATCH`
4141
* deleteX is transformed into `DELETE`
4242

43-
If an HTTP verb appears more than once in a resource endpoint, nothing will be generated on the endpoint type level. An HTTP [binding](./bindings#http-protocol-binding) has to be defined then; at present one and only one such binding should be present; the generator will use the first one it finds. Note that not all abstract contracts can be mapped to all HTTP verbs; `GET`, in particular expects the in parameters to be simple enough so that they can be mapped to path and query parameters (this holds for atomic parameters and flat, unnested parameter trees).
43+
If an HTTP verb appears more than once in a resource endpoint, nothing will be generated on the endpoint type level. An HTTP [binding](./../bindings#http-protocol-binding) has to be defined then. At present, one and only one such binding should be present; the generator will use the first one it finds. Note that not all abstract contracts can be mapped to all HTTP verbs; `GET`, in particular expects the in parameters to be simple enough so that they can be mapped to path and query parameters (this holds for atomic parameters and flat, unnested parameter trees).
4444

4545
See [this demo](https://ozimmer.ch/practices/2020/06/10/ICWEKeynoteAndDemo.html) as well.
4646

docs/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ In the MDSL Editor, you can invoke the following generators from the "MDSL" entr
9191
* [Generate OpenAPI Specification](./generators/open-api)
9292
* [Generate Protocol Buffers Specification](./generators/protocol-buffers)
9393
* [Generate GraphQL Schema](./generators/graphql)
94-
* [Generate Jolie Lan(guage) Specification](./generators/jolie)
94+
* [Generate Jolie Lang(uage) Specification](./generators/jolie)
9595
* [Generate Java «Moduliths» Code](./generators/java)
9696
* [Generate Text File with Freemarker Template](./generators/freemarker)
9797

0 commit comments

Comments
 (0)