Skip to content

Commit b9b2fa2

Browse files
authored
Update README.md
Links
1 parent 5ad5f02 commit b9b2fa2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Simple IDE for Android
22

3-
[![GitHub Actions Build](https://img.shields.io/badge/Download-Latest_APK-blue?logo=github)](https://github.com/vxhjsd/Simple-IDE/actions)
3+
[![GitHub Actions Build](https://img.shields.io/badge/Download-Latest_APK-blue?logo=github)](https://github.com/xapani/Simple-IDE/actions)
44
[![License: GPLv3](https://img.shields.io/badge/License-GPLv3-success)](https://www.gnu.org/licenses/gpl-3.0)
55
[![Android 12+](https://img.shields.io/badge/Android-12%2B-brightgreen?logo=android)]()
66

@@ -14,7 +14,7 @@ After a long development journey, this project is now open-sourced to preserve t
1414
| Component | Status | Notes |
1515
|-----------------|--------|--------------------------------|
1616
| Java Compiler || |
17-
| Kotlin Compiler || [Unused class available](https://github.com/vxhjsd/Simple-IDE/blob/master/compiler/src/main/java/s/ide/compiler/KotlinCompiler.java) |
17+
| Kotlin Compiler || [Unused class available](https://github.com/xapani/Simple-IDE/blob/master/compiler/src/main/java/s/ide/compiler/KotlinCompiler.java) |
1818
| D8 || |
1919
| AAPT2 || |
2020
| APK Signer || |
@@ -33,7 +33,7 @@ After a long development journey, this project is now open-sourced to preserve t
3333
---
3434

3535
## Get Started
36-
1. Download latest APK from [GitHub Actions](https://github.com/vxhjsd/Simple-IDE/actions)
36+
1. Download latest APK from [GitHub Actions](https://github.com/xapani/Simple-IDE/actions)
3737
2. Install on Android 12+
3838
3. Create New Project → Start coding
3939

@@ -45,7 +45,7 @@ Continuation depends on community interest.
4545
---
4646

4747
## Potential Improvements
48-
- [ ] Backport fixes & features (from [Luminarr](https://github.com/vxhjsd/Luminarr))
48+
- [ ] Backport fixes & features (from [Luminarr](https://github.com/xapani/Luminarr))
4949
- [ ] Build system enhancements (from [TarkoBuilder](https://github.com/XedoxDev/TarkoBuilder))
5050

5151
---
@@ -63,4 +63,4 @@ Continuation depends on community interest.
6363
---
6464

6565
## License
66-
[![GPLv3 License](https://github.com/vxhjsd/Simple-IDE/blob/master/assets/license.png)](https://www.gnu.org/licenses/gpl-3.0.en.html)
66+
[![GPLv3 License](https://github.com/xapani/Simple-IDE/blob/master/assets/license.png)](https://www.gnu.org/licenses/gpl-3.0.en.html)

0 commit comments

Comments
 (0)