Skip to content

Commit 366d78f

Browse files
authored
Merge pull request #70 from danielpeintner/issue-69
refactor: remove target="_blank"
2 parents 888a9a8 + e97ae46 commit 366d78f

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

content/get-involved.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ <h2>Licenses</h2>
3636
3737
<div class="row">
3838
<div class="col-sm-6">
39-
<a href="http://www.ct.siemens.com/" target="_blank">
39+
<a href="http://www.ct.siemens.com/">
4040
<img style="max-width:75%; height:auto; margin-left:auto; margin-right:auto; display:block;" src="../images/siemens.png" alt="Siemens"/>
4141
</a>
4242
</div>
4343
<div class="col-sm-6">
44-
<a href="https://www.esi.ei.tum.de/en/home/" target="_blank">
44+
<a href="https://www.esi.ei.tum.de/en/home/">
4545
<img style="max-width:75%; height:auto; margin-left:auto; margin-right:auto; display:block;" src="../images/tum.png" alt="TUM"/>
4646
</a>
4747
</div> -->

themes/thingweb/layouts/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,24 @@ <h2>node-wot</h2>
5050
<p>
5151
The Eclipse Thingweb™ <code>node-wot</code> is the official reference implementation of
5252
the Web of Things (WoT) Scripting API written in the <a
53-
href="https://www.w3.org/TR/wot-scripting-api/" target="_blank">official
53+
href="https://www.w3.org/TR/wot-scripting-api/">official
5454
specification</a>. <br />
5555
<!-- The Web of Things seeks to counter the fragmentation of the IoT through standard complementing building blocks (e.g., metadata and APIs) that enable easy integration across IoT platforms and application domains. -->
5656
</p>
5757

5858
<p><code>node-wot</code> provides a <a href="http://www.w3.org/TR/wot-thing-description/"
59-
target="_blank">WoT Thing Description</a> parser and serializer, several "Protocol
59+
>WoT Thing Description</a> parser and serializer, several "Protocol
6060
Bindings" implementing the <a href="https://www.w3.org/TR/wot-binding-templates/"
61-
target="_blank">WoT Binding Templates</a>, as well as a runtime system ("WoT
61+
>WoT Binding Templates</a>, as well as a runtime system ("WoT
6262
Runtime") providing the <a href="http://www.w3.org/TR/wot-scripting-api/"
63-
target="_blank">WoT Scripting API</a> for applications. It is based on Node.js
63+
>WoT Scripting API</a> for applications. It is based on Node.js
6464
runtime and developed under open-source licenses on <a
6565
href="https://github.com/eclipse-thingweb/node-wot"
66-
target="_blank">GitHub</a>.<br />
66+
>GitHub</a>.<br />
6767

6868
<code>node-wot</code> also provides a browser bundle to visualize TDs and to enable the
6969
interaction with Things from the Web browser. A simple example can be found here: <a
70-
href="http://plugfest.thingweb.io/webui/" target="_blank">WebUI</a>.
70+
href="http://plugfest.thingweb.io/webui/">WebUI</a>.
7171
<br />
7272
It is <em>not</em> only a toolkit with some demo applications. <code>node-wot</code>
7373
enables you to create and experiment with real-world WoT applications.
@@ -81,13 +81,13 @@ <h2>Playground</h2>
8181
dependency but also via a CLI or Web interface.</p>
8282
<p>
8383
You can explore it on the <a href="http://plugfest.thingweb.io/playground"
84-
target="_blank">Web interface</a> or at the <a
85-
href="https://github.com/eclipse-thingweb/playground" target="_blank">GitHub
84+
>Web interface</a> or at the <a
85+
href="https://github.com/eclipse-thingweb/playground">GitHub
8686
repository</a>.
8787
You can transform TDs into Open API, Async API or AAS Asset Interface Description and
8888
explore different features of the Thing Description specification via our <a
8989
href="https://github.com/eclipse-thingweb/playground/tree/master/examples"
90-
target="_blank">examples</a>.
90+
>examples</a>.
9191
</p>
9292
</div>
9393
</div>

themes/thingweb/layouts/partials/footer.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@
3232
</div>
3333
<div class="copy text-center">
3434
<p>
35-
<a href="http://www.eclipse.org" target="_blank">Eclipse</a>
35+
<a href="http://www.eclipse.org">Eclipse</a>
3636
<span>|</span>
37-
<a href="http://www.eclipse.org/legal/privacy.php" target="_blank">Privacy Policy</a>
37+
<a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a>
3838
<span>|</span>
39-
<a href="http://www.eclipse.org/legal/termsofuse.php" target="_blank">Terms of Use</a>
39+
<a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a>
4040
<span>|</span>
41-
<a href="http://www.eclipse.org/legal/copyright.php" target="_blank">Copyright Agent</a>
41+
<a href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a>
4242
<span>|</span>
43-
<a href="http://www.eclipse.org/legal" target="_blank">Legal</a>
43+
<a href="http://www.eclipse.org/legal">Legal</a>
4444
</p>
4545
<br />
46-
<a href="https://www.eclipse.org" target="_blank">
46+
<a href="https://www.eclipse.org">
4747
<img style="height: 120px" src="https://www.eclipse.org/hono/img/eclipse_foundation_logo_wo.svg"
4848
id="logo-eclipse-foundation">
4949
</a>
5050

51-
<a href="https://iot.eclipse.org" target="_blank">
51+
<a href="https://iot.eclipse.org">
5252
<img style="height: 50px" src="https://www.eclipse.org/hono/img/iot-logo.png">
5353
</a>
5454
</div>

themes/thingweb/layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{{ end }}
3333
<li class="nav-item">
3434

35-
<a class="nav-link" target="_blank" href="https://github.com/eclipse-thingweb"><i class="fa fa-github"></i></a>
35+
<a class="nav-link" href="https://github.com/eclipse-thingweb"><i class="fa fa-github"></i></a>
3636

3737
</li>
3838
<!--

0 commit comments

Comments
 (0)