From 99641d8f00f2a4cbbcbf30f33398874e91205b44 Mon Sep 17 00:00:00 2001 From: carsakiller Date: Thu, 27 Jun 2024 16:40:15 +0000 Subject: [PATCH] fix: broken link --- src/content/wiki/performance.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/wiki/performance.mdx b/src/content/wiki/performance.mdx index 63c4737..a5ec8ca 100644 --- a/src/content/wiki/performance.mdx +++ b/src/content/wiki/performance.mdx @@ -64,4 +64,4 @@ According to the test, the most time-consuming part is compiling Lua files into Step 2 is affected by the total number of files in your workspace (including non Lua files). -The best way to improve startup times is to [exclude unnecessary files and directories](/wiki/settings#workspaceignoredir) and to not load unnecessary [libraries](/wiki/libraries). +The best way to improve startup times is to [exclude unnecessary files and directories](/wiki/settings#workspaceignoredir) and to not load unnecessary [libraries](/wiki/settings/#workspacelibrary).