From 97e3b15ad808e46147b0bc2bcec241dc2e1f2567 Mon Sep 17 00:00:00 2001 From: Vlad Suhomlinov <> Date: Mon, 16 Aug 2021 13:10:06 +0300 Subject: [PATCH] refactor: correct links --- TIFoundationUtils/README.md | 2 +- TIFoundationUtils/Sources/TITimer/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 🙂