Skip to content

Commit cbf3e32

Browse files
committed
Fix community forum links after b4cc2d2
The search and replace done there unfortunately breaks one of the links and links to a different thread for the other.
1 parent 12e0c49 commit cbf3e32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/data/markdown/docs/05 Examples/01 Examples/24 distribute-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,5 @@ export default function () {
155155
156156
</CodeGroup>
157157
158-
For a more sophisticated example of randomizing, read this [forum post](https://community.grafana.com/t/how-to-distribute-vus-across-different-scenarios-with-k6/49/17).
158+
For a more sophisticated example of randomizing, read this [forum post](https://community.grafana.com/t/how-to-distribute-vus-across-different-scenarios-with-k6/97698/17).
159159

src/data/markdown/docs/20 jslib/01 jslib/03 k6chaijs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If you are familiar with k6, the result is the same as using [check](/javascript
7373

7474
## Plugins
7575

76-
It's possible to extend the default functionality with [Chai plugins](https://www.chaijs.com/plugins/). To use a plugin or build a Chai version with plugins, follow the instructions in this [example](https://community.grafana.com/t/how-to-build-plugins-for-chaijs/5080/3).
76+
It's possible to extend the default functionality with [Chai plugins](https://www.chaijs.com/plugins/). To use a plugin or build a Chai version with plugins, follow the instructions in this [example](https://community.grafana.com/t/how-to-build-plugins-for-chaijs/97010/3).
7777

7878
## Read more
7979

0 commit comments

Comments
 (0)