From 032b797359801976ef3b04d8f71a1da5afcfd15e Mon Sep 17 00:00:00 2001 From: KaifAhmad1 Date: Fri, 5 Dec 2025 18:38:56 +0530 Subject: [PATCH] fix: change README.md link to GitHub URL to resolve strict mode warning - Replace relative ../README.md link with absolute GitHub URL - Fixes CI build failure in strict mode --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 0adc4768..64d872d7 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -241,7 +241,7 @@ Now that you've built your first knowledge graph: 1. **[Explore Examples](examples.md)** - See more advanced use cases 2. **[API Reference](reference/) - Learn about all available methods 3. **[Cookbook](cookbook.md)** - Interactive Jupyter notebooks -4. **[Full Documentation](../README.md)** - Comprehensive guide +4. **[Full Documentation](https://github.com/Hawksight-AI/semantica/blob/main/README.md)** - Comprehensive guide ## Troubleshooting