Skip to content

Commit 49c587c

Browse files
authored
Merge branch 'main' into patch-5
2 parents 9138fca + b4cc2d2 commit 49c587c

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require('dotenv').config({
77
path: `.env.${process.env.NODE_ENV}`,
88
});
99

10-
const shouldAnnouncementBannerBeShown = true;
10+
const shouldAnnouncementBannerBeShown = false;
1111

1212
const plugins = [
1313
'gatsby-transformer-sharp',

src/components/blocks/footer/footer.view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export const Footer = () => {
227227
<li className={styles.navColumnItem}>
228228
<a
229229
className={styles.navColumnLink}
230-
href={'https://community.k6.io'}
230+
href={'https://community.grafana.com'}
231231
>
232232
Forum
233233
</a>

src/components/shared/helper-widget/helper-widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const HelperWidget = () => {
5757
<p className={styles.title}>Have a question?</p>
5858
</li>
5959
<li className={styles.listItem}>
60-
<a {...itemProps[0]} href={'https://community.k6.io/'}>
60+
<a {...itemProps[0]} href={'https://community.grafana.com/'}>
6161
<Message />
6262
Community forum
6363
</a>

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.k6.io/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/49/17).
159159

src/data/markdown/docs/07 extensions/01 Get started/04 Create/01 JavaScript Extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ INFO[0000] Active VUs: 2, Iteration: 2, VU ID: 2, VU ID from runtime: 2 source=
340340
- Use the registry's [`NewMetric`](https://pkg.go.dev/go.k6.io/k6/metrics#Registry.NewMetric) method to create
341341
custom metrics; to emit them, use [`metrics.PushIfNotDone()`](https://pkg.go.dev/go.k6.io/k6/metrics#PushIfNotDone).
342342

343-
> Questions? Feel free to join the discussion on extensions in the [k6 Community Forum](https://community.k6.io/c/extensions/).
343+
> Questions? Feel free to join the discussion on extensions in the [k6 Community Forum](https://community.grafana.com/c/extensions/).
344344
345345
Next, create an [Output extension](/extensions/get-started/create/output-extensions/) to publish test metrics
346346
to a destination not already supported by k6.

src/data/markdown/docs/07 extensions/01 Get started/04 Create/02 Output Extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,5 +242,5 @@ Your output should look something like this:
242242
- Use the [project template](https://github.com/grafana/xk6-output-template) as a starting point
243243
for your output extension.
244244

245-
> Questions? Feel free to join the discussion on extensions in the [k6 Community Forum](https://community.k6.io/c/extensions/).
245+
> Questions? Feel free to join the discussion on extensions in the [k6 Community Forum](https://community.grafana.com/c/extensions/).
246246

src/data/markdown/docs/07 extensions/03 Guides/build-k6-using-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,5 @@ k6.exe run my-script.js
135135
136136
## Encountering issues?
137137
138-
If you're having issues, search the [k6 Community Forum](https://community.k6.io/c/extensions/).
138+
If you're having issues, search the [k6 Community Forum](https://community.grafana.com/c/extensions/).
139139
Someone may have had the same issue in the past.

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.k6.io/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/5080/3).
7777

7878
## Read more
7979

src/data/markdown/posts/2020-01-15--load-impact-v3-end-of-life/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Myself and the rest of the customer success team are here to support you. Additi
4242

4343
- <a href="https://support.loadimpact.com/4.0/" target="_blank" rel="noreferrer noopener">https://support.loadimpact.com/4.0/</a>
4444
- <a href="https://docs.k6.io/docs" target="_blank" rel="noreferrer noopener">https://docs.k6.io/docs</a>
45-
- <a href="https://community.k6.io/" target="_blank" rel="noreferrer noopener">https://community.k6.io/</a>
45+
- <a href="https://community.grafana.com/" target="_blank" rel="noreferrer noopener">https://community.grafana.com/</a>
4646
- <a href="https://k6.io/slack/" target="_blank" rel="noreferrer noopener">https://k6.io/slack/</a>
4747

4848
Finally, you are always welcome to contact us directly at <a href="mailto:[email protected]" target="_blank" rel="noreferrer noopener">[email protected]</a>. We would be happy to set up a Q&A session or walkthrough to answer your questions after you have some time to explore v4.0 on your own.

src/data/markdown/translated-guides/en/01 Get started/02 Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ Head to the [bundle builder page](/extensions/get-started/bundle/) to get starte
6868
## Troubleshooting
6969

7070
If installation fails, check the [list of common installation issues](/get-started/installation/troubleshooting/).
71-
If your problem is not listed and persists, reach out via the channel `#community-discussion` on our [official Slack](https://k6io.slack.com/), or report it on our [community forum](https://community.k6.io/).
71+
If your problem is not listed and persists, reach out via the channel `#community-discussion` on our [official Slack](https://k6io.slack.com/), or report it on our [community forum](https://community.grafana.com/).

0 commit comments

Comments
 (0)