Skip to content

Commit 1cda4bf

Browse files
cmcgee1024shahmishal
authored andcommitted
Swiftly preview (#866)
* Adjust the download URLs and instructions to support upcoming swiftly preview release * Correct the swiftly download URLs --------- Co-authored-by: Mishal Shah <[email protected]>
1 parent 4d36eb5 commit 1cda4bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_includes/install/_linux_platforms_tabs.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<p>To install swiftly, run the following commands in your terminal.</p>
1010
<pre><code>
1111
SWIFTLY_FILENAME=swiftly-0.4.0-dev-$(uname -m).tar.gz
12-
curl -s -O "https://download.swift.org/linux/$SWIFTLY_FILENAME" && tar zxf "$SWIFTLY_FILENAME" && ./swiftly init
12+
curl -s -O "https://download.swift.org/swiftly/linux/$SWIFTLY_FILENAME" && tar zxf "$SWIFTLY_FILENAME" && ./swiftly init
1313
</code></pre> -->
14-
<h4>License: <a href="https://raw.githubusercontent.com/swiftlang/swiftly/refs/heads/main/LICENSE.txt">Apache-2.0</a> | PGP: <a href="https://download.swift.org/linux/swiftly-0.4.0-dev-x86_64.tar.gz.sig">Signature</a></h4>
15-
<a href="https://download.swift.org/linux/swiftly-0.4.0-dev-x86_64.tar.gz" class="cta-secondary">Download</a>
14+
<h4>License: <a href="https://raw.githubusercontent.com/swiftlang/swiftly/refs/heads/main/LICENSE.txt">Apache-2.0</a> | PGP: <a href="https://download.swift.org/swiftly/linux/swiftly-0.4.0-dev-x86_64.tar.gz.sig">Signature</a></h4>
15+
<a href="https://download.swift.org/swiftly/linux/swiftly-0.4.0-dev-x86_64.tar.gz" class="cta-secondary">Download</a>
1616
<a href="/install/linux/swiftly" class="cta-secondary">Instructions</a>
1717
</li>
1818
</ul>

install/macos/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ title: Install Swift
1616
<p>To install swiftly, run the following command in your terminal.</p>
1717
<pre><code>
1818
SWIFTLY_FILENAME=swiftly-0.4.0-dev.pkg
19-
curl -O -s "https://download.swift.org/macos/$SWIFTLY_FILENAME" && installer -pkg "$SWIFTLY_FILENAME" -target CurrentUserHomeDirectory && ~/usr/local/bin/swiftly init
19+
curl -O -s "https://download.swift.org/swiftly/darwin/$SWIFTLY_FILENAME" && installer -pkg "$SWIFTLY_FILENAME" -target CurrentUserHomeDirectory && ~/usr/local/bin/swiftly init
2020
</code></pre> -->
21-
<a href="https://download.swift.org/macos/swiftly-0.4.0-dev.pkg" class="cta-secondary">Download</a>
21+
<a href="https://download.swift.org/swiftly/darwin/swiftly-0.4.0-dev.pkg" class="cta-secondary">Download</a>
2222
<a href="/install/macos/swiftly" class="cta-secondary">Instructions</a>
2323
</li>
2424
</ul>

0 commit comments

Comments
 (0)