From c96e65e62279338f45f104e77a1082a43248ae64 Mon Sep 17 00:00:00 2001 From: david-swift Date: Sat, 20 Jul 2024 09:27:02 +0200 Subject: [PATCH] Fix links to docs not working --- README.md | 8 ++++---- .../TermKitBackend/TermKitBackend.docc/GettingStarted.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94bf1b4..2b34eb6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

- + Documentation ยท @@ -22,14 +22,14 @@ _TermKitBackend_ is a declarative framework allowing the creation of user interf ## Overview -The declarative approach is based on the [Meta package](https://aparokshaui.github.io/meta/) which can be found on [GitHub](https://github.com/AparokshaUI/Meta). +The declarative approach is based on the [Meta package](https://aparokshaui.github.io/Meta/) which can be found on [GitHub](https://github.com/AparokshaUI/Meta). It is powered by [a fork of TermKit for Swift](https://github.com/david-swift/TermKit). -Detailed information about the declarative approach can be found in the [Meta docs](https://aparokshaui.github.io/meta/). Find the available widgets [here](https://david-swift.github.io/termkitbackend). +Detailed information about the declarative approach can be found in the [Meta docs](https://aparokshaui.github.io/meta/). Find the available widgets [here](https://david-swift.github.io/TermKitBackend). ## Usage -Follow the tutorial in the [docs](https://david-swift.github.io/termkitbackend). +Follow the tutorial in the [docs](https://david-swift.github.io/TermKitBackend). ## Thanks diff --git a/Sources/TermKitBackend/TermKitBackend.docc/GettingStarted.md b/Sources/TermKitBackend/TermKitBackend.docc/GettingStarted.md index fc0ec30..098ec57 100644 --- a/Sources/TermKitBackend/TermKitBackend.docc/GettingStarted.md +++ b/Sources/TermKitBackend/TermKitBackend.docc/GettingStarted.md @@ -3,7 +3,7 @@ Learn how to use the TermKit backend. Knowledge about the Meta project is required. -Find more information [here](https://aparokshaui.github.io/meta/). +Find more information [here](https://aparokshaui.github.io/Meta/). ## The App