-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: documentation
-
None
For example see:
http://stage.docs.camunda.org/api-references/rest/#!/process-definition/get
In the "Response Body" table the link to the introduction section is not provided as link:
"See the [Introduction](/api-references/rest/#!/overview/introduction) for..."
The problem is that a link written in MD does not work within an HTML-table, the link has to be provided as a <a>-element.
Furthermore, all sections have to be checked in the REST API docs.