Skip to content

Commit bf94845

Browse files
Fix; change root link in shared component
1 parent cb4d343 commit bf94845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared/blocking-aws-blockquote/blocking-aws-blockquote.view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const BlockingAwsBlockquote = () => (
1515
we recommend using these operations in the
1616
<span className="code-inline">setup</span> and{' '}
1717
<span className="code-inline">teardown</span>{' '}
18-
<a href="/using-k6/test-lifecycle/">lifecycle functions</a>. These
18+
<a href="/docs/using-k6/test-lifecycle/">lifecycle functions</a>. These
1919
functions run before and after the test run and thus do not influence test
2020
results.
2121
</p>

0 commit comments

Comments
 (0)