diff --git a/docs/modules/usage/llms/custom-llm-configs.md b/docs/modules/usage/llms/custom-llm-configs.md index 3e2b5632caed..45ba11352824 100644 --- a/docs/modules/usage/llms/custom-llm-configs.md +++ b/docs/modules/usage/llms/custom-llm-configs.md @@ -56,7 +56,7 @@ Each named LLM configuration supports all the same options as the default LLM co - Token limits (`max_input_tokens`, `max_output_tokens`) - And all other LLM configuration options -For a complete list of available options, see the [LLM Configuration](../configuration-options.md#llm-configuration) section in the Configuration Options documentation. +For a complete list of available options, see the LLM Configuration section in the [Configuration Options](../configuration-options.md) documentation. ## Use Cases