diff --git a/docs/use-cases/llm/index.md b/docs/use-cases/llm/index.md
index c191acfd..7b8fddaf 100644
--- a/docs/use-cases/llm/index.md
+++ b/docs/use-cases/llm/index.md
@@ -14,10 +14,10 @@ We currently support LLM observability with our EDOT Java, EDOT Node.js and EDOT
 
 | Technology | EDOT Java | EDOT Node.js | EDOT Python |
 |:---------|:---------|:---------|:---------|
-| OpenAI Client | :white_check_mark: | :white_check_mark: | :white_check_mark: |
-| AWS Bedrock | :x: | :x: | :white_check_mark: |
+| OpenAI Client | ✅ | ✅ | ✅ |
+| AWS Bedrock | ❌ | ❌ | ✅ |
 
-See the [Supported Technologies section in the corresponding EDOT SDK](../../_edot-sdks/index) for detailed information on supported versions.
+See the [Supported Technologies section in the corresponding EDOT SDK](../../edot-sdks/index) for detailed information on supported versions.
 
 # Quickstart
 
@@ -29,6 +29,6 @@ Choose the environment and target system from the [quick start overview](../../q
 
 2. **Configuration**
 
-See the [Configuration section in the corresponding EDOT SDK](../../_edot-sdks/index) to enable and disable specific instrumentations and to see what instrumentation is enabled by default.
+See the [Configuration section in the corresponding EDOT SDK](../../edot-sdks/index) to enable and disable specific instrumentations and to see what instrumentation is enabled by default.
 
 When you finish the setup and the configuration of the EDOT SDK and there is a workload on your application, you should start to see telemetry data in Kibana. If there is no telemetry data showing up, please see the troubleshooting of the EDOT SDK,
\ No newline at end of file