From 449b2f96ae9548c8cd86c2390c5bd37924c52ef3 Mon Sep 17 00:00:00 2001 From: Gaurav Chandarana Date: Sun, 26 Oct 2025 12:43:52 +0000 Subject: [PATCH 1/4] Update installation links in README.md --- hello-swift-raw-jni-callback/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 4a16cfa6adc23dd11e614204bdc56aaff91c0409 Mon Sep 17 00:00:00 2001 From: Gaurav Chandarana Date: Sun, 26 Oct 2025 13:10:48 +0000 Subject: [PATCH 2/4] Update installation links in all README.md files. --- hello-swift-raw-jni-library/README.md | 4 ++-- hello-swift-raw-jni/README.md | 4 ++-- native-activity/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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 From 1c187092bf1c3ec4a507d17b9e10e70db567faac Mon Sep 17 00:00:00 2001 From: Gaurav Chandarana Date: Sun, 2 Nov 2025 11:08:25 +0000 Subject: [PATCH 3/4] Fix installation links in README.md Corrected links for Swiftly and Swift SDK for Android installation instructions. --- hello-swift-raw-jni-callback/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello-swift-raw-jni-callback/README.md b/hello-swift-raw-jni-callback/README.md index 3bea1f1..417f8dd 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/](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)) +* **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 From cc9c897ceb64838562884f7efc14ea984928b942 Mon Sep 17 00:00:00 2001 From: Gaurav Chandarana Date: Sun, 2 Nov 2025 11:11:09 +0000 Subject: [PATCH 4/4] Fix links in README for Swiftly and SDK installation Corrected links for Swiftly and Swift SDK for Android in README. --- hello-swift-raw-jni-callback/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello-swift-raw-jni-callback/README.md b/hello-swift-raw-jni-callback/README.md index 417f8dd..8ca0413 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/](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) +* **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