Skip to content

Commit 69476e5

Browse files
📝 Use relative links on tutorials index
Co-authored-by: Nicolas DUBIEN <[email protected]>
1 parent 75b6c6d commit 69476e5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

website/docs/tutorials/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ Reading the reference documentation tells you _what_ fast-check can do. Followin
1818
- ends with takeaways you can immediately bring back to your own codebase.
1919

2020
:::tip New to Property-Based Testing?
21-
If the concept itself is new, start by reading [What is Property-Based Testing?](/docs/introduction/what-is-property-based-testing/) and [Why Property-Based?](/docs/introduction/why-property-based/) before diving in.
21+
If the concept itself is new, start by reading [What is Property-Based Testing?](../introduction/what-is-property-based-testing.md) and [Why Property-Based?](../introduction/why-property-based.md) before diving in.
2222
:::
2323

2424
## Which tutorial is right for me?
2525

2626
Pick the one that matches where you are today:
2727

28-
- 🚀 **New to fast-check**[Quick Start](/docs/tutorials/quick-start/basic-setup/)
29-
- 🧰 **Integrating with an existing test runner**[Setting up your Test Environment](/docs/tutorials/setting-up-your-test-environment/)
30-
- 🏎️ **Chasing bugs that only appear under concurrency**[Detect race conditions](/docs/tutorials/detect-race-conditions/)
28+
- 🚀 **New to fast-check**[Quick Start](./quick-start/basic-setup.md)
29+
- 🧰 **Integrating with an existing test runner**[Setting up your Test Environment](./setting-up-your-test-environment/index.md)
30+
- 🏎️ **Chasing bugs that only appear under concurrency**[Detect race conditions](./detect-race-conditions/index.md)
3131

3232
## All tutorials
3333

@@ -41,7 +41,7 @@ import DocCardList from '@theme/DocCardList';
4141

4242
These tutorials are intentionally focused. Once you are comfortable with the basics, the rest of the documentation is organized to help you go further:
4343

44-
- [**Core Blocks**](/docs/core-blocks/properties/) — the reference for properties, runners and arbitraries.
45-
- [**Configuration**](/docs/configuration/user-definable-values/) — fine-tune fast-check to match your project's constraints.
46-
- [**Advanced**](/docs/advanced/model-based-testing/) — model-based testing, race conditions in depth, and more.
44+
- [**Core Blocks**](../core-blocks/properties.md) — the reference for properties, runners and arbitraries.
45+
- [**Configuration**](../configuration/user-definable-values.md) — fine-tune fast-check to match your project's constraints.
46+
- [**Advanced**](../advanced/model-based-testing.md) — model-based testing, race conditions in depth, and more.
4747
- [**API Reference**](https://fast-check.dev/api-reference/index.html) — the exhaustive list of every exported symbol.

0 commit comments

Comments
 (0)