From 29af88145a4f375cf32df7518dd80f229ceed1a9 Mon Sep 17 00:00:00 2001 From: KaifAhmad1 Date: Fri, 5 Dec 2025 18:35:20 +0530 Subject: [PATCH] fix: correct anchor links in getting-started.md - Update cookbook.md anchor references from #introduction to #core-tutorials - Update cookbook.md anchor references from #use-cases to #industry-use-cases --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 05ed59a0..ddd092d5 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -120,5 +120,5 @@ Now that you understand the basics, here are recommended next steps: 1. **[Your First Knowledge Graph](https://github.com/Hawksight-AI/semantica/blob/main/cookbook/introduction/08_Your_First_Knowledge_Graph.ipynb)**: Build your first knowledge graph from a document. 2. **[Welcome to Semantica](https://github.com/Hawksight-AI/semantica/blob/main/cookbook/introduction/01_Welcome_to_Semantica.ipynb)**: Learn the framework basics and configuration. -3. **[Core Workflows](cookbook.md#introduction)**: Learn common patterns and workflows. -4. **[Use Cases](cookbook.md#use-cases)**: Explore domain-specific applications. +3. **[Core Workflows](cookbook.md#core-tutorials)**: Learn common patterns and workflows. +4. **[Use Cases](cookbook.md#industry-use-cases)**: Explore domain-specific applications.