Skip to content

Commit 1f8687b

Browse files
committed
fix #2 for download urls
1 parent a1fb5c1 commit 1f8687b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/routes/help/install/mac.svelte

+4
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,17 @@
4040
<li>
4141
<a
4242
href="http://finaletips.nu/index.php/download/category/28-beta-version?download=234:jw-lua-beta-v0-54-for-64-bit-mac"
43+
target="_blank"
44+
rel="noreferrer"
4345
>
4446
Finale v25 and later
4547
</a> (recommended)
4648
</li>
4749
<li>
4850
<a
4951
href="http://finaletips.nu/index.php/download/category/28-beta-version?download=176:jw-lua-beta-v0-54-for-mac"
52+
target="_blank"
53+
rel="noreferrer"
5054
>
5155
Finale v2014.5 and earlier
5256
</a> (not compatible with all scripts)

src/routes/help/install/windows.svelte

+4
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,17 @@
4040
<li>
4141
<a
4242
href="http://finaletips.nu/index.php/download/category/28-beta-version?download=233:jw-lua-beta-v0-54-for-64-bit-windows"
43+
target="_blank"
44+
rel="noreferrer"
4345
>
4446
Finale v25 and later
4547
</a> (recommended)
4648
</li>
4749
<li>
4850
<a
4951
href="http://finaletips.nu/index.php/download/category/28-beta-version?download=175:jw-lua-beta-v0-54-for-windows"
52+
target="_blank"
53+
rel="noreferrer"
5054
>
5155
Finale v2014.5 and earlier
5256
</a> (not compatible with all scripts)

0 commit comments

Comments
 (0)