Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Nov 26, 2024
1 parent 72df61e commit 79318d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/site/markdown/build/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/glsp-client/BPMN_PROPERTIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 79318d9

Please sign in to comment.