Fix/333 broken link (#352)

* Fix broken link on docs to prompt tuning

* Semversioner
This commit is contained in:
Alonso Guevara 2024-07-03 12:38:36 -06:00 committed by GitHub
parent 04159f46b3
commit 88dd444dcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
{
"type": "patch",
"description": "Fix broken prompt tuning link on docs"
}

View File

@ -59,4 +59,4 @@ At query time, these structures are used to provide materials for the LLM contex
### Prompt Tuning
Using _GraphRAG_ with your data out of the box may not yield the best possible results.
We strongly recommend to fine-tune your prompts following the [Prompt Tuning Guide](posts/index/3-prompt_tuning) in our documentation.
We strongly recommend to fine-tune your prompts following the [Prompt Tuning Guide](posts/prompt_tuning/overview/) in our documentation.