@types/k6 0.47.3 → 0.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
k6/experimental/grpc.d.ts CHANGED
@@ -97,12 +97,12 @@ export interface GrpcError {
97
97
 
98
98
  /**
99
99
  * This module provides classes for Remote Procedure Calls over HTTP/2.
100
- * https://k6.io/docs/javascript-api/k6-experimental/grpc/
100
+ * https://grafana.com/docs/k6/latest/javascript-api/k6-experimental/grpc/
101
101
  */
102
102
  declare namespace grpc {
103
103
  /**
104
104
  * gRPC client to interact with a gRPC server.
105
- * https://k6.io/docs/javascript-api/k6-experimental/grpc/client/
105
+ * https://grafana.com/docs/k6/latest/javascript-api/k6-experimental/grpc/client/
106
106
  */
107
107
  class Client {
108
108
  protected __brand: never;