From efe4396e5486c6d30fb2c808248fc52b47b8ecde Mon Sep 17 00:00:00 2001 From: Austin Dudzik <65981261+austin-dudzik@users.noreply.github.com> Date: Sun, 12 Jan 2025 09:51:55 -0600 Subject: [PATCH] fix(docs): Fix link label to refer to correct location on page (#15279) Fix link label to refer to correct location on page --- docs/docs/FAQ.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/FAQ.mdx b/docs/docs/FAQ.mdx index 5c6bbe32988a8..f82bc74f5ffa9 100644 --- a/docs/docs/FAQ.mdx +++ b/docs/docs/FAQ.mdx @@ -282,7 +282,7 @@ The initial backup is the most intensive due to the number of jobs running. The - For facial recognition on new images to work properly, You must re-run the Face Detection job for all images after this. - At the container level, you can [set resource constraints](/docs/FAQ#can-i-limit-cpu-and-ram-usage) to lower usage further. - It's recommended to only apply these constraints _after_ taking some of the measures here for best performance. -- If these changes are not enough, see [below](/docs/FAQ#how-can-i-disable-machine-learning) for instructions on how to disable machine learning. +- If these changes are not enough, see [above](/docs/FAQ#how-can-i-disable-machine-learning) for instructions on how to disable machine learning. ### Can I limit CPU and RAM usage?