Skip to content

Commit 10cc0fc

Browse files
committed
Fix warnings.
1 parent 7dcd54e commit 10cc0fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/explorer/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export INVARIANT_API_KEY=<your-api-key>
3131

3232
## 3. Install the Invariant SDK
3333

34-
Next, install the Invariant SDK in your Python environment, by running the following command. See [Installation](api/sdk-installation) for alternative methods using different package managers.
34+
Next, install the Invariant SDK in your Python environment, by running the following command. See [Installation](api/sdk-installation.md) for alternative methods using different package managers.
3535

3636
```bash
3737
pip install invariant-sdk

docs/testing/writing/integrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Each message has a `role` key that specifies the role of the speaker (e.g., `use
3636

3737
Based on this simple format, it is easy to integrate your agent with Invariant `testing`.
3838

39-
> **Extended Format Support** `testing` also supports additional custom properties in the trace format, e.g. for metadata. Note, however, that convenience methods like `Trace.tool_calls()` assume the standard format. Similarly, if you are planning to visualize the trace in [Explorer](explorer/index.md), we advise you to stick to the standard format.
39+
> **Extended Format Support** `testing` also supports additional custom properties in the trace format, e.g. for metadata. Note, however, that convenience methods like `Trace.tool_calls()` assume the standard format. Similarly, if you are planning to visualize the trace in [Explorer](https://explorer.invariantlabs.ai/explorer/), we advise you to stick to the standard format.
4040
4141
To learn about how to do this, follow one of the example guides below:
4242

0 commit comments

Comments
 (0)