Skip to content

Commit 2bc8552

Browse files
committed
fix docs
1 parent 1ddf6a6 commit 2bc8552

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

docs/docs/index.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ commonMain.dependencies {
7171
For basic usage, use the global `PokeApi` instance:
7272

7373
```kotlin
74-
-8<- "src/commonTest/kotlin/dev/sargunv/pokekotlin/example/example.kt:simple"
74+
-8<- "src/commonTest/kotlin/co/pokeapi/pokekotlin/example/example.kt:simple"
7575
```
7676

7777
By default, the client will connect to the official `https://pokeapi.co/`
@@ -80,19 +80,27 @@ instance and cache results in memory.
8080
If you want to customize the client, create a custom instance of the client:
8181

8282
```kotlin
83-
-8<- "src/commonTest/kotlin/dev/sargunv/pokekotlin/example/example.kt:custom"
83+
-8<- "src/commonTest/kotlin/co/pokeapi/pokekotlin/example/example.kt:custom"
8484
```
8585

8686
For further details, see the Dokka [API Reference](./api).
8787

8888
[Kotlin Multiplatform]: https://kotlinlang.org/docs/multiplatform.html
89+
8990
[PokéAPI]: https://pokeapi.co/
91+
9092
[Maven Central]: https://central.sonatype.com/namespace/co.pokeapi.pokekotlin
93+
9194
[GitHub Packages]:
92-
https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry
95+
https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry
96+
9397
[gh-packages-guide]:
94-
https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#using-a-published-package
98+
https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#using-a-published-package
99+
95100
[repo]: https://github.com/pokeapi/pokekotlin
101+
96102
[Ktor]: https://ktor.io/
103+
97104
[Kotlin Serialization]: https://github.com/Kotlin/kotlinx.serialization
105+
98106
[coroutines]: https://kotlinlang.org/docs/coroutines-guide.html

0 commit comments

Comments
 (0)