Skip to content

Commit fcfa316

Browse files
committed
update README.md
1 parent e6fe6e2 commit fcfa316

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ This library is available via:
186186

187187
📦 [Maven Central](https://central.sonatype.com/artifact/io.github.amjdalhashede/ringtone-smart-kit):
188188
Easy integration using Gradle/Maven.
189-
🐙 [GitHub Packages](https://github.com/AmjdAlhashede/RingtoneSmartKitProject/packages): Published to
189+
🐙 [GitHub Packages](https://github.com/AmjdAlhashede/RingtoneSmartKit/packages): Published to
190190
the GitHub repository packages as an alternative.
191191

192192
- 💻 **GitHub Repository**: Source code, examples, and documentation are available here:
193-
[https://github.com/AmjdAlhashede/RingtoneSmartKitProject](https://github.com/AmjdAlhashede/RingtoneSmartKitProject)
193+
[https://github.com/AmjdAlhashede/RingtoneSmartKit](https://github.com/AmjdAlhashede/RingtoneSmartKit)
194194

195195

196196
💭 **Enjoy!**\

ringtone_smart_kit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ afterEvaluate {
103103

104104
maven {
105105
name = "GitHubPackages"
106-
url = uri("https://maven.pkg.github.com/AmjdAlhashede/RingtoneSmartKitProject")
106+
url = uri("https://maven.pkg.github.com/AmjdAlhashede/RingtoneSmartKit")
107107
credentials {
108108
username = project.findProperty("gpr.user") as String? ?: System.getenv("USERNAME_GITHUB")
109109
password = project.findProperty("gpr.key") as String? ?: System.getenv("TOKEN_GITHUB")

0 commit comments

Comments
 (0)