Skip to content

Commit

Permalink
fix break links in start-koin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
synix committed Nov 17, 2024
1 parent fa85a19 commit d21db98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/koin-core/start-koin.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Once `startKoin` has been called, Koin will read all your modules & definitions.

Your Koin container can have several options:

* `logger` - to enable logging - see <<logging.adoc#_logging,logging>> section
* `properties()`, `fileProperties( )` or `environmentProperties( )` to load properties from environment, koin.properties file, extra properties ... - see <<properties.adoc#_lproperties,properties>> section
* `logger` - to enable logging - see [Logging](/docs/reference/koin-core/start-koin#logging) section
* `properties()`, `fileProperties( )` or `environmentProperties( )` to load properties from environment, koin.properties file, extra properties ... - see [Loading properties](/docs/reference/koin-core/start-koin#loading-properties) section


:::info
Expand Down

0 comments on commit d21db98

Please sign in to comment.