diff --git a/TIFoundationUtils/README.md b/TIFoundationUtils/README.md index 227bbc3f..f01f564f 100644 --- a/TIFoundationUtils/README.md +++ b/TIFoundationUtils/README.md @@ -2,7 +2,7 @@ Set of helpers for Foundation framework classes. -* [TITimer](/Sources/TITimer) - pretty timer +* [TITimer](Sources/TITimer) - pretty timer * [CodableKeyValueStorage](#codablekeyvaluestorage) ## CodableKeyValueStorage diff --git a/TIFoundationUtils/Sources/TITimer/README.md b/TIFoundationUtils/Sources/TITimer/README.md index 6d8b365f..b59a15ae 100644 --- a/TIFoundationUtils/Sources/TITimer/README.md +++ b/TIFoundationUtils/Sources/TITimer/README.md @@ -5,7 +5,7 @@ The library allows you to create a timer that works either with [RunLoop](#Runlo ### Features -- Track the time even while the application is in the background. For more, see - [TimerRunMode](/Sources/TITimer/Enums/TimerRunMode.swift) +- Track the time even while the application is in the background. For more, see - [TimerRunMode](Sources/TITimer/Enums/TimerRunMode.swift) - Create a timer on a personal queue or on a special Runloop mode. For more, see - [TimerType](Sources/TITimer/Enums/TimerType.swift) - The code is covered by tests 🙂