Skip to content

Commit d399657

Browse files
committed
Fix broken links for Swarm.
1 parent f8eb5e0 commit d399657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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="/docs/testing/Writing_Tests/Matchers" class='tile primary'>
212+
<a href="/testing/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="/docs/testing/Writing_Tests/parameterized-tests/" class='tile primary'>
217+
<a href="/testing/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>

0 commit comments

Comments
 (0)