Skip to content

Commit 30ffbeb

Browse files
committed
Fix some relative paths in anchor tags.
1 parent d399657 commit 30ffbeb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/testing/examples/swarm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,12 @@ If you want to continue exploring, you can read some of the following chapters n
209209

210210
<div class='tiles'>
211211

212-
<a href="/testing/writing/matchers" class='tile primary'>
212+
<a href="../../writing/matchers/" class='tile primary'>
213213
<span class='tile-title'>Matchers →</span>
214214
<span class='tile-description'>Learn more about Matchers to write assertions</span>
215215
</a>
216216

217-
<a href="/testing/writing/parameterized-tests/" class='tile primary'>
217+
<a href="../../writing/parameterized-tests/" class='tile primary'>
218218
<span class='tile-title'>Paremeterized Tests →</span>
219219
<span class='tile-description'>Learn how to parameterize your tests for more robust testing</span>
220220
</a>

docs/testing/writing/integrate.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@ To learn about how to do this, follow one of the example guides below:
4242

4343
<div class='tiles'>
4444

45-
<a href="/testing/examples/computer-use/" class='tile primary'>
45+
<a href="../../examples/computer-use/" class='tile primary'>
4646
<span class='tile-title'>Computer Use Agents →</span>
4747
<span class='tile-description'>Integrate your computer use agent with Invariant <code>testing</code></span>
4848
</a>
4949

50-
<a href="/testing/examples/langgraph/" class='tile primary'>
50+
<a href="../../examples/langgraph/" class='tile primary'>
5151
<span class='tile-title'>LangGraph Agents →</span>
5252
<span class='tile-description'>Test your LangGraph agent with <code>testing</code></span>
5353
</a>
5454

55-
<a href="/testing/examples/openai-python-agent/" class='tile'>
55+
<a href="../../examples/openai-python-agent/" class='tile'>
5656
<span class='tile-title'>Function Calling Agents →</span>
5757
<span class='tile-description'>Integrate your agent with Invariant <code>testing</code> using function calls</span>
5858
</a>
5959

60-
<a href="/testing/examples/swarm/" class='tile'>
60+
<a href="../../examples/swarm/" class='tile'>
6161
<span class='tile-title'>Swarm Agents →</span>
6262
<span class='tile-description'>Test your swarm agent with Invariant <code>testing</code></span>
6363
</a>

0 commit comments

Comments
 (0)