Skip to content

Commit 2b540bd

Browse files
marcpruxshahmishal
andauthored
Update documentation/articles/swift-android-getting-started.md
Co-authored-by: Mishal Shah <[email protected]>
1 parent a07a5cd commit 2b540bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/articles/swift-android-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To cross-compile Swift code for Android, you need three separate components:
2222

2323
The first thing to note is that while `swift` may already be installed on your system (such as through an Xcode installation on macOS), using a cross-compilation Swift SDK requires that the host toolchain and the Swift SDK versions match exactly. For this reason, you will need to install the specific version of the host toolchain for the given Swift SDK version.
2424

25-
The easiest and recommended way to manage host toolchains on macOS and Linux is to use [the swiftly command](https://www.swift.org/swiftly/documentation/swiftly/getting-started) command. Once that has been setup, you can install the host toolchain with:
25+
The easiest and recommended way to manage host toolchains on macOS and Linux is to use [the swiftly command](/swiftly/documentation/swiftly/getting-started) command. Once that has been setup, you can install the host toolchain with:
2626

2727
```console
2828
$ swiftly install main-snapshot-2025-10-16

0 commit comments

Comments
 (0)