From ef337544bc4f4e74d9b11be0a44796bcad04b0a3 Mon Sep 17 00:00:00 2001
From: david-swift
- + Documentation ยท @@ -12,7 +12,7 @@
-_TermKitBackend_ is a declarative framework allowing the creation of user interface for the terminal. It works on Linux, macOS and Windows thanks to the [TermKit project](https://github.com/migueldeicaza/TermKit). +_TermKitBackend_ is a declarative framework allowing the creation of user interface for the terminal. It works on Linux and macOS thanks to the [TermKit project](https://github.com/migueldeicaza/TermKit). ## Table of Contents @@ -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 diff --git a/Sources/TermKitBackend/TermKitBackend.docc/TermKitBackend.md b/Sources/TermKitBackend/TermKitBackend.docc/TermKitBackend.md index 88396c9..c266577 100644 --- a/Sources/TermKitBackend/TermKitBackend.docc/TermKitBackend.md +++ b/Sources/TermKitBackend/TermKitBackend.docc/TermKitBackend.md @@ -1,6 +1,6 @@ # ``TermKitBackend`` -_TermKitBackend_ is a declarative framework allowing the creation of user interface for the terminal. It works on Linux, macOS and Windows thanks to the [TermKit project](https://github.com/migueldeicaza/TermKit). +_TermKitBackend_ is a declarative framework allowing the creation of user interface for the terminal. It works on Linux and macOS thanks to the [TermKit project](https://github.com/migueldeicaza/TermKit). ## Overview