From cbf3e3203bf9320bbd2fdd167f2d050622b5e25e Mon Sep 17 00:00:00 2001 From: Mihail Stoykov Date: Mon, 14 Aug 2023 16:41:18 +0300 Subject: [PATCH] Fix community forum links after b4cc2d20 The search and replace done there unfortunately breaks one of the links and links to a different thread for the other. --- .../docs/05 Examples/01 Examples/24 distribute-workloads.md | 2 +- src/data/markdown/docs/20 jslib/01 jslib/03 k6chaijs.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/markdown/docs/05 Examples/01 Examples/24 distribute-workloads.md b/src/data/markdown/docs/05 Examples/01 Examples/24 distribute-workloads.md index 443b84966a..7d0277efaf 100644 --- a/src/data/markdown/docs/05 Examples/01 Examples/24 distribute-workloads.md +++ b/src/data/markdown/docs/05 Examples/01 Examples/24 distribute-workloads.md @@ -155,5 +155,5 @@ export default function () { -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). +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). diff --git a/src/data/markdown/docs/20 jslib/01 jslib/03 k6chaijs.md b/src/data/markdown/docs/20 jslib/01 jslib/03 k6chaijs.md index 8eb968ef34..c1fef43116 100644 --- a/src/data/markdown/docs/20 jslib/01 jslib/03 k6chaijs.md +++ b/src/data/markdown/docs/20 jslib/01 jslib/03 k6chaijs.md @@ -73,7 +73,7 @@ If you are familiar with k6, the result is the same as using [check](/javascript ## Plugins -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). +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). ## Read more