Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Mar 4, 2024
1 parent 78d9bb5 commit e99b929
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/koin-annotations/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Koin Annotations keep the same semantic as the Koin DSL. You can declare your co
- `@Factory` - factory instance. For instances recreated each time you need an instance. (declared with `factory { }` in DSL)
- `@KoinViewModel` - Android ViewModel instance (declared with `viewModel { }` in DSL)

For Scopes, check the [Declaring Scopes](../koin-core/scopes.md) section.
For Scopes, check the [Declaring Scopes](/docs/reference/koin-core/scopes.md) section.

## Automatic or Specific Binding

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/koin-annotations/scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ While using definitions and modules, you may need to define scopes for particula

## Defining a Scope with @Scope

Koin allows to use scopes, please refer to [Koin Scopes](../koin-core/scopes.md) section for more details on basics.
Koin allows to use scopes, please refer to [Koin Scopes](/docs/reference/koin-core/scopes.md) section for more details on basics.

To declare a scope with annotations, just use `@Scope` annotation on a class, like this

Expand Down
1 change: 1 addition & 0 deletions docs/setup/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Here are the current available Koin projects versions:

| Project | Version |
|----------|:-------------:|
| koin-annotations-bom | [![Maven Central](https://img.shields.io/maven-central/v/io.insert-koin/koin-annotations-bom)](https://mvnrepository.com/artifact/io.insert-koin/koin-annotations-bom) |
| koin-annotations | [![Maven Central](https://img.shields.io/maven-central/v/io.insert-koin/koin-annotations)](https://mvnrepository.com/artifact/io.insert-koin/koin-annotations) |
| koin-ksp-compiler | [![Maven Central](https://img.shields.io/maven-central/v/io.insert-koin/koin-ksp-compiler)](https://mvnrepository.com/artifact/io.insert-koin/koin-ksp-compiler) |

Expand Down

0 comments on commit e99b929

Please sign in to comment.