From 83533e7eb043e7def1d8c79af98be30b31bdad45 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 6 Dec 2024 00:05:42 -0500 Subject: [PATCH] fix old link to type libraries in guide --- docs/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index 61ea9183e..9f584ba8d 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -58,7 +58,7 @@ The following files and folders may be created in the user folder but are not cr - `snippets/`: Used to store snippets created using the official Snippet plugin - `themes/`: For user themes or user-modified versions of official themes (see [Creating Themes](../dev/themes.md)) - `types/platform`: This folder can contain additional user [platform types](types/platformtypes.md) -- `typelib`: This folder can contain additional user [Type Libraries](../dev/annotation.md#type-libraries) +- `typelib`: This folder can contain additional user [Type Libraries](../dev/typelibraries.md) - `community-themes/`: Can also be used to store themes, particularly so you can clone the [community theme collection](https://github.com/vector35/community-themes) directly into your user folder ### QSettings Locations