Skip to content

Commit ee56b4b

Browse files
committed
Fix broken links
Signed-off-by: Pierre-Charles David <[email protected]>
1 parent 6f91a46 commit ee56b4b

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

_site/sirius/doc/Release_Notes_Previous.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,9 +1363,7 @@ <h3 id="UserVisibleChanges7">User-Visible Changes</h3>
13631363
</ul>
13641364
<h3 id="SpecifierVisibleChanges4">Specifier-Visible Changes</h3>
13651365
<ul>
1366-
<li><span class="label label-success">Added</span>
1367-
<a href="specifier/workflows/Workflows.html">Initial documentation</a> has been added for the &#8220;Workflow&#8221; feature introduced in 6.0.0 (which is still experimental).
1368-
</li>
1366+
<li><span class="label label-success">Added</span> Initial documentation has been added for the &#8220;Workflow&#8221; feature introduced in 6.0.0 (which is still experimental).</li>
13691367
<li><span class="label label-success">Added</span> The contribution of
13701368
<code>PopupMenu</code> in diagram has been improved. It is now possible to define
13711369
<code>Group</code> in
@@ -2485,7 +2483,7 @@ <h4 id="Changesinorg.eclipse.sirius8">Changes in
24852483
</li>
24862484
<li><span class="label label-success">Added</span>
24872485
<code>org.eclipse.sirius.dRepresentationLocationRule</code> extension point has been added to customize the resource location of new representations. See
2488-
<a href="extensions-provide_representation_location_rule.html">Provide representation location rule (experimental)</a> for more details.
2486+
<em>Provide representation location rule (experimental)</em>.
24892487
</li>
24902488
<li><span class="label label-success">Added</span>
24912489
<code>org.eclipse.sirius.business.api.session.danalysis.DRepresentationLocationRule</code> interface has been added to provide a customized rule to the
@@ -7405,4 +7403,4 @@ <h3 id="UserVisibleChanges22">User-Visible Changes</h3>
74057403
<li>The ability to print table representations has been disabled for the 0.9 release due to an external dependency issue (see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=422223" target="_blank">bug #422223</a>: for the details). It should be re-introduced in 1.0.</li>
74067404
</ul>
74077405
</body>
7408-
</html>
7406+
</html>

_site/sirius/doc/developer/trigger-refresh-graphical-changes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h1 id="TriggeraSiriusrefreshonspecificgraphicalchanges">Trigger a Sirius refresh on specific graphical changes</h1>
1414
<h2 id="Description">Description</h2>
1515
<p>In automatic refresh mode, representations are refreshed as soon as at least one semantic change is done. Graphical changes are not considered as they are not impacting the mapping precondition. In some cases, the mapping can depend on the graphical state. A typical example is the &#8220;collapse&#8221; state of a
16-
<a href="../specifier/diagrams/Diamgram.html#graphical_elements">region</a> to change the mapping according to it. Since Sirius 6.1.3, it is possible to register a new graphical change to trigger a Sirius refresh.
16+
<a href="../specifier/diagrams/Diagram.html#graphical_elements">region</a> to change the mapping according to it. Since Sirius 6.1.3, it is possible to register a new graphical change to trigger a Sirius refresh.
1717
</p>
1818
<h2 id="RegisteranewgraphicalchangetotriggeraSiriusrefresh">Register a new graphical change to trigger a Sirius refresh</h2>
1919
<p>The
@@ -52,4 +52,4 @@ <h2 id="Recommendation">Recommendation</h2>
5252
<code>registerImpactingNotification()</code> will be called on each notification (until one is considered as impacting). These predicates must be efficient.
5353
</p>
5454
</body>
55-
</html>
55+
</html>

sirius/doc/Release_Notes_Previous.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,9 +1363,7 @@ <h3 id="UserVisibleChanges7">User-Visible Changes</h3>
13631363
</ul>
13641364
<h3 id="SpecifierVisibleChanges4">Specifier-Visible Changes</h3>
13651365
<ul>
1366-
<li><span class="label label-success">Added</span>
1367-
<a href="specifier/workflows/Workflows.html">Initial documentation</a> has been added for the &#8220;Workflow&#8221; feature introduced in 6.0.0 (which is still experimental).
1368-
</li>
1366+
<li><span class="label label-success">Added</span> Initial documentation has been added for the &#8220;Workflow&#8221; feature introduced in 6.0.0 (which is still experimental).</li>
13691367
<li><span class="label label-success">Added</span> The contribution of
13701368
<code>PopupMenu</code> in diagram has been improved. It is now possible to define
13711369
<code>Group</code> in
@@ -2485,7 +2483,7 @@ <h4 id="Changesinorg.eclipse.sirius8">Changes in
24852483
</li>
24862484
<li><span class="label label-success">Added</span>
24872485
<code>org.eclipse.sirius.dRepresentationLocationRule</code> extension point has been added to customize the resource location of new representations. See
2488-
<a href="extensions-provide_representation_location_rule.html">Provide representation location rule (experimental)</a> for more details.
2486+
<em>Provide representation location rule (experimental)</em>.
24892487
</li>
24902488
<li><span class="label label-success">Added</span>
24912489
<code>org.eclipse.sirius.business.api.session.danalysis.DRepresentationLocationRule</code> interface has been added to provide a customized rule to the
@@ -7405,4 +7403,4 @@ <h3 id="UserVisibleChanges22">User-Visible Changes</h3>
74057403
<li>The ability to print table representations has been disabled for the 0.9 release due to an external dependency issue (see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=422223" target="_blank">bug #422223</a>: for the details). It should be re-introduced in 1.0.</li>
74067404
</ul>
74077405
</body>
7408-
</html>
7406+
</html>

sirius/doc/developer/trigger-refresh-graphical-changes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h1 id="TriggeraSiriusrefreshonspecificgraphicalchanges">Trigger a Sirius refresh on specific graphical changes</h1>
1414
<h2 id="Description">Description</h2>
1515
<p>In automatic refresh mode, representations are refreshed as soon as at least one semantic change is done. Graphical changes are not considered as they are not impacting the mapping precondition. In some cases, the mapping can depend on the graphical state. A typical example is the &#8220;collapse&#8221; state of a
16-
<a href="../specifier/diagrams/Diamgram.html#graphical_elements">region</a> to change the mapping according to it. Since Sirius 6.1.3, it is possible to register a new graphical change to trigger a Sirius refresh.
16+
<a href="../specifier/diagrams/Diagram.html#graphical_elements">region</a> to change the mapping according to it. Since Sirius 6.1.3, it is possible to register a new graphical change to trigger a Sirius refresh.
1717
</p>
1818
<h2 id="RegisteranewgraphicalchangetotriggeraSiriusrefresh">Register a new graphical change to trigger a Sirius refresh</h2>
1919
<p>The
@@ -52,4 +52,4 @@ <h2 id="Recommendation">Recommendation</h2>
5252
<code>registerImpactingNotification()</code> will be called on each notification (until one is considered as impacting). These predicates must be efficient.
5353
</p>
5454
</body>
55-
</html>
55+
</html>

0 commit comments

Comments
 (0)