From 8c3ce55ed87f7d64feed6d63ffc3475c724f40cc Mon Sep 17 00:00:00 2001 From: Niikelion Date: Fri, 10 Jan 2025 00:01:12 +0100 Subject: [PATCH] Documentation fix --- Documentation~/bootstrap.md | 2 +- Documentation~/{ui.lithium.md => index.md} | 0 README.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename Documentation~/{ui.lithium.md => index.md} (100%) diff --git a/Documentation~/bootstrap.md b/Documentation~/bootstrap.md index 26cae4c..68451ff 100644 --- a/Documentation~/bootstrap.md +++ b/Documentation~/bootstrap.md @@ -96,4 +96,4 @@ Note, that we used `WithStyle` method to attach some styles to the element. ## Further reading -Now that you have your first Lithium-powered window, you can read [documentation](ui.lithium.md) for more information about different components and features of Lithium. \ No newline at end of file +Now that you have your first Lithium-powered window, you can read [documentation](index.md) for more information about different components and features of Lithium. \ No newline at end of file diff --git a/Documentation~/ui.lithium.md b/Documentation~/index.md similarity index 100% rename from Documentation~/ui.lithium.md rename to Documentation~/index.md diff --git a/README.md b/README.md index 0606a56..c0b9b52 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Lithium is an ui framework built on top of UI Elements designed to simplify editor tools creation by minimising time and effort required to develop ui for such tool. By combining advantages of both ImGui and UI Elements, lithium provides alternative way to define your ui. -For more information see [documentation](Documentation~/ui.lithium.md). +For more information see [documentation](Documentation~/index.md). ## Why to use Lithium