diff --git a/README.md b/README.md index 2177941..f39caab 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Altought there is several good JavaScript fake data generator, but using these a The underlying implementation is https://github.com/brianvoe/gofakeit. -Built for [k6](https://go.k6.io/k6) using [xk6](https://github.com/k6io/xk6). +Built for [k6](https://go.k6.io/k6) using [xk6](https://github.com/grafana/xk6). ## Usage @@ -59,7 +59,7 @@ Then: 1. Install `xk6`: ```bash - $ go install github.com/k6io/xk6/cmd/xk6@latest + $ go install go.k6.io/xk6/cmd/xk6@latest ``` 2. Build the binary: