From 16d38e8420c19c71f9bd3475f254cd93562ddcf3 Mon Sep 17 00:00:00 2001 From: MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Date: Thu, 18 Apr 2024 11:15:04 +0200 Subject: [PATCH] doc/index.md: Fix link to make it work correctly with GitLab. Part-of: --- doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.md b/doc/index.md index 81ef4145..f746d2f4 100644 --- a/doc/index.md +++ b/doc/index.md @@ -14,7 +14,7 @@ For information about building Squeekboard, read the [README](README.md). Layouts ------- -Squeekboard can [load user-provided keyboard-layouts](layouts.md#Using-custom-layouts). Those can be created and used without recompiling the keyboard code. The [tutorial](tutorial.md) explains the process in detail. +Squeekboard can [load user-provided keyboard-layouts](layouts.md#using-custom-layouts). Those can be created and used without recompiling the keyboard code. The [tutorial](tutorial.md) explains the process in detail. Layouts are created using a [text-based format, based on YAML](layouts.md).