diff --git a/src/site/markdown/build/index.md b/src/site/markdown/build/index.md index 1db4e78a..39985cd4 100644 --- a/src/site/markdown/build/index.md +++ b/src/site/markdown/build/index.md @@ -33,7 +33,7 @@ For a full clean & reinstall of the GLSP Client (after upgrades), run: $ ./build.sh -c -i -You will find more details in the [Client Section](./open-bpmn.glsp-client/README.md) and the [Server Section](./open-bpmn.glsp-server/README.md). +You will find more details in the [Client Section](./open-bpmn.glsp-client/index.html) and the [Server Section](./open-bpmn.glsp-server/index.html). ### NodeJS and NPM diff --git a/src/site/markdown/glsp-client/BPMN_PROPERTIES.md b/src/site/markdown/glsp-client/BPMN_PROPERTIES.md index 0c0cf3dd..3456a2ab 100644 --- a/src/site/markdown/glsp-client/BPMN_PROPERTIES.md +++ b/src/site/markdown/glsp-client/BPMN_PROPERTIES.md @@ -49,7 +49,7 @@ The operation is handled on the server by the `BPMNPropertiesApplyOperationHandl The operation is providing the Element ID, a JSON data structure with the new/updated data and an optional category. The category can be used to update only parts on an BPMN element. This is to optimize the update performance as the data structure can become very complex or various BPMN elements. -The update process is handled by the [Extension Mechanism](./BPMN_EXTENSIONS.md) in a transparent way. +The update process is handled by the [Extension Mechanism](../glsp-server/BPMN_EXTENSIONS.html) in a transparent way. ## The BPMNPropertiesUpdateAction