From 2f29ebc4ba24038832a4ca48f5973c2106e631d8 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Fri, 1 Dec 2023 18:09:17 +0000 Subject: [PATCH 1/2] fix demois missing space --- python/demo/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/demo/main.py b/python/demo/main.py index a3629ccc..cff42726 100644 --- a/python/demo/main.py +++ b/python/demo/main.py @@ -14,7 +14,7 @@ def api_index() -> list[AnyComponent]: # language=markdown markdown = """\ This site providers a demo of [FastUI](https://github.com/samuelcolvin/FastUI), the code for the demo\ -is [here](https://github.com/samuelcolvin/FastUI/tree/main/python/demo). + is [here](https://github.com/samuelcolvin/FastUI/tree/main/python/demo). The following components are demonstrated: From fe5132bd8b9738f8cfba857d8f8e732fe4a87f63 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Fri, 1 Dec 2023 18:14:20 +0000 Subject: [PATCH 2/2] just remove the trailing slash --- python/demo/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/demo/main.py b/python/demo/main.py index cff42726..d92ebeaf 100644 --- a/python/demo/main.py +++ b/python/demo/main.py @@ -13,8 +13,8 @@ def api_index() -> list[AnyComponent]: # language=markdown markdown = """\ -This site providers a demo of [FastUI](https://github.com/samuelcolvin/FastUI), the code for the demo\ - is [here](https://github.com/samuelcolvin/FastUI/tree/main/python/demo). +This site providers a demo of [FastUI](https://github.com/samuelcolvin/FastUI), the code for the demo +is [here](https://github.com/samuelcolvin/FastUI/tree/main/python/demo). The following components are demonstrated: