Skip to content

Commit

Permalink
Corrected help link in examples (#438)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
  • Loading branch information
jbicker authored Feb 22, 2024
1 parent 06967c1 commit 840530c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/circlegraph/circlegraph.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>Sprotty Circles Example</h1>
</p>
</div>
<div class="help col-md-2">
<a href="https://sprotty.org/docs/user_interaction/">Help</a>
<a href="https://sprotty.org/docs/user-interaction/">Help</a>
</div>
</div>
<div draggable="true" style="height: 70px; width: 70px;" ondragstart="dragstart(event)">
Expand Down
2 changes: 1 addition & 1 deletion examples/classdiagram/class-diagram.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h1>Sprotty Class Diagram Example</h1>
</div>
<div class="help col-md-2">
<a href="https://sprotty.org/docs/user_interaction/">Help</a>
<a href="https://sprotty.org/docs/user-interaction/">Help</a>
</div>
</div>
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion examples/flowchart/flowchart.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h1>Sprotty Flowchart Example</h1>
</div>
<div class="help col-md-2">
<a href="https://sprotty.org/docs/user_interaction/">Help</a>
<a href="https://sprotty.org/docs/user-interaction/">Help</a>
</div>
</div>
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="col-md-12">
<h1>Sprotty Examples</h1>
<a href="https://sprotty.org/">Sprotty</a> is a web-based diagramming framework.
For information how to use these examples see the <a href="https://sprotty.org/docs/user_interaction/">documentation</a>.
For information how to use these examples see the <a href="https://sprotty.org/docs/user-interaction/">documentation</a>.

<h3>Without Server</h3>
The following examples run completely in the browser and do not require any additional component.
Expand Down
2 changes: 1 addition & 1 deletion examples/jsxample/jsxample.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h1>Sprotty JSXample</h1>
</div>
<div class="help col-md-2">
<a href="https://sprotty.org/docs/user_interaction/">Help</a>
<a href="https://sprotty.org/docs/user-interaction/">Help</a>
</div>
</div>
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion examples/multicore/multicore.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<h1>Sprotty Multicore Example</h1>
</div>
<div class="help col-md-2">
<a href="https://sprotty.org/docs/user_interaction/">Help</a>
<a href="https://sprotty.org/docs/user-interaction/">Help</a>
</div>
</div>
<div class="row" id="sprotty-app" data-app="multicore">
Expand Down
2 changes: 1 addition & 1 deletion examples/random-graph-distributed/random-graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<h1>Sprotty Random Graph Example</h1>
</div>
<div class="help col-md-2">
<a href="https://sprotty.org/docs/user_interaction/">Help</a>
<a href="https://sprotty.org/docs/user-interaction/">Help</a>
</div>
</div>
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion examples/random-graph/random-graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Sprotty Random Graph Example</h1>
</p>
</div>
<div class="help col-md-2">
<a href="https://sprotty.org/docs/user_interaction/">Help</a>
<a href="https://sprotty.org/docs/user-interaction/">Help</a>
</div>
</div>
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion examples/svg/svg-prerendered.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<h1>Sprotty Prerendered SVG / HTML Example</h1>
</div>
<div class="help col-md-2">
<a href="https://sprotty.org/docs/user_interaction/">Help</a>
<a href="https://sprotty.org/docs/user-interaction/">Help</a>
</div>
</div>
<div class="row">
Expand Down

0 comments on commit 840530c

Please sign in to comment.