diff --git a/options.go b/options.go index 0ebde33..f86b556 100644 --- a/options.go +++ b/options.go @@ -41,7 +41,7 @@ type Options struct { } // DefaultExtensionCatalogURL contains the address of the default k6 extension catalog. -const DefaultExtensionCatalogURL = "https://grafana.github.io/k6-extension-catalog/registered.json" +const DefaultExtensionCatalogURL = "https://registry.k6.io/catalog.json" func (o *Options) appname() string { if o != nil && len(o.AppName) > 0 {