Skip to content

Commit 3768790

Browse files
committed
Add target="_blank" to tutorial links
1 parent 2c90391 commit 3768790

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

tutorials/HeatConduction2DFin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h2 id="results"><a name="Results"></a>Results</h2>
230230
<div class="highlight-container">
231231
<p>
232232
See also the
233-
<a href="HeatConduction2DFinWorker.html"
233+
<a href="HeatConduction2DFinWorker.html" target="_blank"
234234
>Heat Conduction in a Two-Dimensional Fin (Web Worker version)</a
235235
>
236236
for an example using FEAScript in a separate thread for improved responsiveness.

tutorials/HeatConduction2DFinPlatform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h1>Heat Conduction in a Two-Dimensional Fin (FEAScript-platform)</h1>
9898
This tutorial demonstrates how to solve the 2D heat conduction fin problem using the
9999
FEAScript-platform with a no-code, block-based approach. For the mathematical formulation and theory
100100
behind this example, see the
101-
<a href="HeatConduction2DFin.html">JavaScript API tutorial</a>.
101+
<a href="HeatConduction2DFin.html" target="_blank">JavaScript API tutorial</a>.
102102
</p>
103103
</div>
104104

tutorials/HeatConduction2DFinWorker.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h1>Heat Conduction in a Two-Dimensional Fin (Web Worker)</h1>
8888
<p>
8989
This page demonstrates solving the 2D heat conduction fin problem using FEAScript in a Web Worker for
9090
improved browser responsiveness. For the mathematical formulation and theory, see the
91-
<a href="HeatConduction2DFin.html">main (standard) tutorial</a>.
91+
<a href="HeatConduction2DFin.html" target="_blank">main (standard) tutorial</a>.
9292
</p>
9393

9494
<p>
@@ -192,7 +192,9 @@ <h2 id="results"><a name="Results"></a>Results</h2>
192192

193193
<ul id="menu">
194194
<li>
195-
<a href="https://feascript.com/tutorials/HeatConduction2DFin.html" target="_blank">Return to main tutorial</a>
195+
<a href="https://feascript.com/tutorials/HeatConduction2DFin.html" target="_blank"
196+
>Return to main tutorial</a
197+
>
196198
</li>
197199
</ul>
198200

0 commit comments

Comments
 (0)