Skip to content

Commit 88df82e

Browse files
author
samatrhea
committed
[Update] ecore-to-html-docs to inlcude hyperlinks to stariongroup.eu
1 parent 100d4b5 commit 88df82e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

SysML2.NET.CodeGenerator/Templates/ecore-to-html-docs.hbs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@
4545
</aside>
4646
<article>
4747
<div class="row text-center" style="margin-top: 40px;">
48-
<img src="css/images/starion.png">
48+
<a href="https://www.stariongroup.eu" target="_blank">
49+
<img src="css/images/starion.png" alt="Starion Group">
50+
</a>
4951
<H1>OMG SysML&#174; Version 2 <a href="https://github.com/Systems-Modeling/SysML-v2-Pilot-Implementation/blob/master/org.omg.sysml/model/SysML.ecore">Ecore based Meta Model Documentation</a></H1>
50-
<H3><a href="https://github.com/Systems-Modeling/SysML-v2-Pilot-Implementation/releases/tag/2024-03">Release 2024-03</a></H3>
51-
<p class="small">Powered By Starion Group, 2022-2024</p>
52+
<H3><a href="https://github.com/Systems-Modeling/SysML-v2-Pilot-Implementation/releases/tag/2024-03" target="_blank">Release 2024-03</a></H3>
53+
<p class="small">Powered By <a href="https://www.stariongroup.eu" target="_blank">Starion Group</a>, 2022-2024</p>
5254
</div>
5355
<H2 id="Enumeration">1. Enumeration Types</H2>
5456
{{#each this.Enums as | enum |}}

0 commit comments

Comments
 (0)