Skip to content

Commit a889ced

Browse files
committed
Fix broken link
1 parent 2f718f8 commit a889ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/translated-guides/en/08 Testing Guides/01 API load testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Even if the test logic stays the same, its load might change.
6767
The test goal determines the test type, which in turn determines the test load.
6868
Consider the following test types, which correspond to different goals load profiles:
6969

70-
- [Smoke test](/docs/test-types/smoke-testing). Verify the system functions with minimal load.
70+
- [Smoke test](/test-types/smoke-testing). Verify the system functions with minimal load.
7171
- [“Average” load test](/test-types/load-testing/). Discover how the system functions with typical traffic.
7272
- [Stress test](/test-types/stress-testing). Discover how the system functions with the load of peak traffic.
7373
- [Spike test](/test-types/spike-testing). Discover how the system functions with sudden and massive increases in traffic.

0 commit comments

Comments
 (0)