Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Commit c90d657

Browse files
authored
Update README as xk6 was moved (#14)
1 parent 2b1c11d commit c90d657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
This extension adds distributed tracing support to [k6](https://github.com/k6io/k6)! That means, that if you're testing a system that is instrumented, you can use this extension to start the traces on k6.
1010

11-
It is implemented using the [xk6](https://github.com/k6io/xk6) extension system.
11+
It is implemented using the [xk6](https://github.com/grafana/xk6) extension system.
1212

1313
<div align="center">
1414

@@ -38,7 +38,7 @@ Then:
3838

3939
1. Download `xk6`:
4040
```bash
41-
$ go install github.com/k6io/xk6/cmd/xk6@latest
41+
$ go install go.k6.io/xk6/cmd/xk6@latest
4242
```
4343

4444
2. Build the binary:

0 commit comments

Comments
 (0)