Skip to content

Commit df93a25

Browse files
authored
Fixed symbols in table. (#125)
* Fixed symbols in table. * Fixed links.
1 parent 62efa15 commit df93a25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/use-cases/llm/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ We currently support LLM observability with our EDOT Java, EDOT Node.js and EDOT
1414

1515
| Technology | EDOT Java | EDOT Node.js | EDOT Python |
1616
|:---------|:---------|:---------|:---------|
17-
| OpenAI Client | :white_check_mark: | :white_check_mark: | :white_check_mark: |
18-
| AWS Bedrock | :x: | :x: | :white_check_mark: |
17+
| OpenAI Client | | | |
18+
| AWS Bedrock | | | |
1919

20-
See the [Supported Technologies section in the corresponding EDOT SDK](../../_edot-sdks/index) for detailed information on supported versions.
20+
See the [Supported Technologies section in the corresponding EDOT SDK](../../edot-sdks/index) for detailed information on supported versions.
2121

2222
# Quickstart
2323

@@ -29,6 +29,6 @@ Choose the environment and target system from the [quick start overview](../../q
2929

3030
2. **Configuration**
3131

32-
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.
32+
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.
3333

3434
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,

0 commit comments

Comments
 (0)