You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/tutorials/index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,16 @@ Reading the reference documentation tells you _what_ fast-check can do. Followin
18
18
- ends with takeaways you can immediately bring back to your own codebase.
19
19
20
20
:::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.
22
22
:::
23
23
24
24
## Which tutorial is right for me?
25
25
26
26
Pick the one that matches where you are today:
27
27
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)
31
31
32
32
## All tutorials
33
33
@@ -41,7 +41,7 @@ import DocCardList from '@theme/DocCardList';
41
41
42
42
These tutorials are intentionally focused. Once you are comfortable with the basics, the rest of the documentation is organized to help you go further:
43
43
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.
47
47
-[**API Reference**](https://fast-check.dev/api-reference/index.html) — the exhaustive list of every exported symbol.
0 commit comments