diff --git a/lib/index.html b/lib/index.html index 0fd212f..39144a3 100644 --- a/lib/index.html +++ b/lib/index.html @@ -577,7 +577,7 @@

Available libs

k6-utils 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0 - https://k6.io/docs/javascript-api/jslib/utils + https://grafana.com/docs/k6/latest/javascript-api/jslib/utils k6-summary 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.1.0 @@ -605,7 +605,7 @@

Available libs

httpx 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.1.0 - https://k6.io/docs/javascript-api/jslib/httpx + https://grafana.com/docs/k6/latest/javascript-api/jslib/httpx expect 0.0.4, 0.0.5 @@ -629,11 +629,11 @@

Available libs

aws 0.1.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.7.1, 0.7.2, 0.8.0, 0.8.1, 0.9.0, 0.10.0, 0.11.0 - https://k6.io/docs/javascript-api/jslib/aws/ + https://grafana.com/docs/k6/latest/javascript-api/jslib/aws http-instrumentation-pyroscope 1.0.0 - https://k6.io/docs/javascript-api/jslib/http-instrumentation-pyroscope/ + https://grafana.com/docs/k6/latest/javascript-api/jslib/http-instrumentation-pyroscope/ diff --git a/supported.json b/supported.json index a5f2a5b..9c9b1c9 100644 --- a/supported.json +++ b/supported.json @@ -1,7 +1,7 @@ { "k6-utils": { "versions": ["1.0.0", "1.1.0", "1.2.0", "1.3.0", "1.4.0"], - "docs-url": "https://k6.io/docs/javascript-api/jslib/utils" + "docs-url": "https://grafana.com/docs/k6/latest/javascript-api/jslib/utils" }, "k6-summary": { "versions": ["0.0.1", "0.0.2", "0.0.3", "0.0.4", "0.1.0"], @@ -29,7 +29,7 @@ }, "httpx": { "versions": ["0.0.1", "0.0.2", "0.0.3", "0.0.4", "0.0.5", "0.0.6", "0.1.0"], - "docs-url": "https://k6.io/docs/javascript-api/jslib/httpx" + "docs-url": "https://grafana.com/docs/k6/latest/javascript-api/jslib/httpx" }, "expect": { "versions": ["0.0.4", "0.0.5"], @@ -68,12 +68,12 @@ "0.11.0" ], "bundle-filename": "aws.js", - "docs-url": "https://k6.io/docs/javascript-api/jslib/aws/" + "docs-url": "https://grafana.com/docs/k6/latest/javascript-api/jslib/aws" }, "http-instrumentation-pyroscope": { "versions": [ "1.0.0" ], - "docs-url": "https://k6.io/docs/javascript-api/jslib/http-instrumentation-pyroscope/" + "docs-url": "https://grafana.com/docs/k6/latest/javascript-api/jslib/http-instrumentation-pyroscope/" } }