diff --git a/.semversioner/next-release/patch-20240703182750529114.json b/.semversioner/next-release/patch-20240703182750529114.json new file mode 100644 index 00000000..c36bb1f3 --- /dev/null +++ b/.semversioner/next-release/patch-20240703182750529114.json @@ -0,0 +1,4 @@ +{ + "type": "patch", + "description": "Fix broken prompt tuning link on docs" +} diff --git a/docsite/index.md b/docsite/index.md index 8950b9fb..74eb80b6 100644 --- a/docsite/index.md +++ b/docsite/index.md @@ -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.