Skip to content

Commit b56645f

Browse files
authored
Merge pull request #1216 from MaxDesiatov/maxd/fix-wasm-getting-started
Fix Wasm Swift SDK URL in `wasm-getting-started.md`
2 parents 9224969 + 28ee990 commit b56645f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/articles/wasm-getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ The distributed artifact bundles also include support for the experimental Embed
2424
{% assign tag = last_release.tag %}
2525
{% assign tag_downcase = last_release.tag | downcase %}
2626

27-
{% assign base_url = "https://download.swift.org/" | append: tag_downcase | append: "/wasm/" | append: tag | append: "/" | append: tag %}
27+
{% assign base_url = "https://download.swift.org/" | append: tag_downcase | append: "/wasm-sdk/" | append: tag | append: "/" | append: tag %}
2828
{% assign command = "swift sdk install " | append: base_url | append: "_wasm.artifactbundle.tar.gz --checksum " | append: platform.checksum %}
2929

30-
Note that these steps are required on macOS even if you already have latest Xcode installed. Cross-compilation with Swift SDKs on Windows hosts is [not supported yet](https://github.com/swiftlang/swift-package-manager/issues/9148).
30+
Note that these steps are required on macOS even if you already have latest Xcode installed. Cross-compilation with Swift SDKs on Windows hosts is [not supported yet](https://github.com/swiftlang/swift-package-manager/issues/9148).
3131

32-
1. [Install `swiftly` per the instructions](https://www.swift.org/install/) for the platform that you're bulding on.
32+
1. [Install `swiftly` per the instructions](https://www.swift.org/install/) for the platform that you're bulding on.
3333

3434
2. Install Swift {{ release_name }} with `swiftly install {{ release_name }}`.
3535

0 commit comments

Comments
 (0)