From a1627914ada959bc21ba85bda817c919c985c8cd Mon Sep 17 00:00:00 2001 From: Graham Neubig Date: Sat, 14 Jun 2025 11:26:41 -0400 Subject: [PATCH] Fix broken link to LLMs section in GUI mode documentation (#9121) Co-authored-by: openhands --- docs/usage/how-to/gui-mode.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/how-to/gui-mode.mdx b/docs/usage/how-to/gui-mode.mdx index f82cb3fce1..b5267ae82b 100644 --- a/docs/usage/how-to/gui-mode.mdx +++ b/docs/usage/how-to/gui-mode.mdx @@ -154,7 +154,7 @@ is loaded. Typically these include: ## Tips for Effective Use - Be specific in your requests to get the most accurate and helpful responses, as described in the [prompting best practices](../prompting/prompting-best-practices). -- Use one of the recommended models, as described in the [LLMs section](usage/llms/llms.md). +- Use one of the recommended models, as described in the [LLMs section](/usage/llms/llms). ## Other Ways to Run Openhands - [Run OpenHands in a scriptable headless mode.](/usage/how-to/headless-mode)