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
This commit is contained in:
KaifAhmad1
2025-12-05 18:38:56 +05:30
parent 29af88145a
commit 032b797359
+1 -1
View File
@@ -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