diff --git a/hello-swift-raw-jni-callback/README.md b/hello-swift-raw-jni-callback/README.md index 065c995..3bea1f1 100644 --- a/hello-swift-raw-jni-callback/README.md +++ b/hello-swift-raw-jni-callback/README.md @@ -16,8 +16,8 @@ The project consists of: Before you can build and run this project, you need to have the following installed: * **Java Development Kit (JDK)**: We recommend using JDK 21. Ensure the `JAVA_HOME` environment variable is set to your JDK installation path. -* **Swiftly**: You need to install [Swiftly](https://www.swift.org/install/) -* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://swift.org/install) +* **Swiftly**: You need to install [Swiftly]([https://www.swift.org/install/](https://www.swift.org/swiftly/documentation/swiftly/getting-started/)) +* **Swift SDK for Android**: You need to install the [Swift SDK for Android]([https://swift.org/install](https://www.swift.org/documentation/articles/swift-sdk-for-android-getting-started.html)) ## Running the example diff --git a/hello-swift-raw-jni-library/README.md b/hello-swift-raw-jni-library/README.md index 564d8b6..10f6e9b 100644 --- a/hello-swift-raw-jni-library/README.md +++ b/hello-swift-raw-jni-library/README.md @@ -14,8 +14,8 @@ The project consists of: Before you can build and run this project, you need to have the following installed: * **Java Development Kit (JDK)**: We recommend using JDK 25. Ensure the `JAVA_HOME` environment variable is set to your JDK installation path. -* **Swiftly**: You need to install [Swiftly](https://www.swift.org/install/) -* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://swift.org/install) +* **Swiftly**: You need to install [Swiftly](https://www.swift.org/swiftly/documentation/swiftly/getting-started/) +* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://www.swift.org/documentation/articles/swift-sdk-for-android-getting-started.html) ## Building the library diff --git a/hello-swift-raw-jni/README.md b/hello-swift-raw-jni/README.md index f1a1fe1..330fba2 100644 --- a/hello-swift-raw-jni/README.md +++ b/hello-swift-raw-jni/README.md @@ -16,8 +16,8 @@ The project consists of: Before you can build and run this project, you need to have the following installed: * **Java Development Kit (JDK)**: We recommend using JDK 25. Ensure the `JAVA_HOME` environment variable is set to your JDK installation path. -* **Swiftly**: You need to install [Swiftly](https://www.swift.org/install/) -* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://swift.org/install) +* **Swiftly**: You need to install [Swiftly](https://www.swift.org/swiftly/documentation/swiftly/getting-started/) +* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://www.swift.org/documentation/articles/swift-sdk-for-android-getting-started.html) ## Running the example diff --git a/native-activity/README.md b/native-activity/README.md index 4d76082..e4134e3 100644 --- a/native-activity/README.md +++ b/native-activity/README.md @@ -16,8 +16,8 @@ The project consists of: Before you can build and run this project, you need to have the following installed: * **Java Development Kit (JDK)**: We recommend using JDK 25. Ensure the `JAVA_HOME` environment variable is set to your JDK installation path. -* **Swiftly**: You need to install [Swiftly](https://www.swift.org/install/) -* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://swift.org/install) +* **Swiftly**: You need to install [Swiftly](https://www.swift.org/swiftly/documentation/swiftly/getting-started/) +* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://www.swift.org/documentation/articles/swift-sdk-for-android-getting-started.html) * **Device/emulator with OpenGL ES support** ## Running the example