[BUG] Broken link in GraphRAG documentation for Entity/Relationship Extraction prompt source
Do you need to file an issue?
- [x] I have searched the existing issues and this bug is not already filed.
- [ ] My model is hosted on OpenAI or Azure. If not, please look at the "model providers" issue and don't file a new one here.
- [ ] I believe this is a legitimate bug, not just a question. If this is a question, please use the Discussions area.
Describe the bug
Describe the bug The link to the prompt source for Entity/Relationship Extraction in the GraphRAG documentation is broken.
To Reproduce Steps to reproduce the behavior:
- Go to https://microsoft.github.io/graphrag/prompt_tuning/manual_prompt_tuning/
- Scroll down to the 'Entity/Relationship Extraction' section.
- Click on the link 'Prompt Source'
- See error (404 page or similar)
Expected behavior The link should navigate to the correct source file on GitHub. The expected URL is likely https://github.com/microsoft/graphrag/blob/main/graphrag/prompts/index/entity_extraction.py (corrected 'http' to 'https').
Screenshots N/A
Desktop (please complete the following information):
- OS: Any
- Browser: Any
- Version: Any
Smartphone (please complete the following information):
- Device: Any
- OS: Any
- Browser: Any
- Version: Any
Additional context The documentation page is: https://microsoft.github.io/graphrag/prompt_tuning/manual_prompt_tuning/ The broken link is: http://github.com/microsoft/graphrag/blob/main/graphrag/prompts/index/entity_extraction.py The likely correct link is: https://github.com/microsoft/graphrag/blob/main/graphrag/prompts/index/entity_extraction.py
Steps to reproduce
No response
Expected Behavior
No response
GraphRAG Config Used
# Paste your config here
Logs and screenshots
No response
Additional Information
- GraphRAG Version:
- Operating System:
- Python Version:
- Related Issues: