Skip to content

Commit 4a16cfa

Browse files
committed
Update installation links in all README.md files.
1 parent 449b2f9 commit 4a16cfa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

hello-swift-raw-jni-library/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The project consists of:
1414
Before you can build and run this project, you need to have the following installed:
1515

1616
* **Java Development Kit (JDK)**: We recommend using JDK 25. Ensure the `JAVA_HOME` environment variable is set to your JDK installation path.
17-
* **Swiftly**: You need to install [Swiftly](https://www.swift.org/install/)
18-
* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://swift.org/install)
17+
* **Swiftly**: You need to install [Swiftly](https://www.swift.org/swiftly/documentation/swiftly/getting-started/)
18+
* **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)
1919

2020
## Building the library
2121

hello-swift-raw-jni/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The project consists of:
1616
Before you can build and run this project, you need to have the following installed:
1717

1818
* **Java Development Kit (JDK)**: We recommend using JDK 25. Ensure the `JAVA_HOME` environment variable is set to your JDK installation path.
19-
* **Swiftly**: You need to install [Swiftly](https://www.swift.org/install/)
20-
* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://swift.org/install)
19+
* **Swiftly**: You need to install [Swiftly](https://www.swift.org/swiftly/documentation/swiftly/getting-started/)
20+
* **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)
2121

2222
## Running the example
2323

native-activity/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The project consists of:
1616
Before you can build and run this project, you need to have the following installed:
1717

1818
* **Java Development Kit (JDK)**: We recommend using JDK 25. Ensure the `JAVA_HOME` environment variable is set to your JDK installation path.
19-
* **Swiftly**: You need to install [Swiftly](https://www.swift.org/install/)
20-
* **Swift SDK for Android**: You need to install the [Swift SDK for Android](https://swift.org/install)
19+
* **Swiftly**: You need to install [Swiftly](https://www.swift.org/swiftly/documentation/swiftly/getting-started/)
20+
* **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)
2121
* **Device/emulator with OpenGL ES support**
2222

2323
## Running the example

0 commit comments

Comments
 (0)