diff --git a/LICENSE b/LICENSE index d74a967c1..8e1f341ba 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2017 Kausal Ltd. +Copyright (c) 2020 Grafana Labs Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/consul-mixin/README.md b/consul-mixin/README.md index c4be724da..991e3dd5b 100644 --- a/consul-mixin/README.md +++ b/consul-mixin/README.md @@ -3,14 +3,14 @@ Grafana dashboards and Prometheus alerts for operating Consul, in the form -of a monitoring mixin. They are easiest to use with the [prometheus-ksonnet](https://github.com/kausalco/public/tree/master/prometheus-ksonnet) +of a monitoring mixin. They are easiest to use with the [prometheus-ksonnet](https://github.com/grafana/jsonnet-libs/tree/master/prometheus-ksonnet) package. To install this mixin, use [ksonnet](https://ksonnet.io/): ```sh $ go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb -$ jb install github.com/kausalco/public/consul-mixin +$ jb install github.com/grafana/jsonnet-libs/consul-mixin ``` Then to use, in your environment's `main.jsonnet` file: diff --git a/consul-mixin/jsonnetfile.json b/consul-mixin/jsonnetfile.json index 3a5d8ad22..b5d0ad347 100644 --- a/consul-mixin/jsonnetfile.json +++ b/consul-mixin/jsonnetfile.json @@ -4,11 +4,11 @@ "name": "grafana-builder", "source": { "git": { - "remote": "https://github.com/kausalco/public", + "remote": "https://github.com/grafana/jsonnet-libs", "subdir": "grafana-builder" } }, "version": "master" } ] -} \ No newline at end of file +} diff --git a/memcached-mixin/jsonnetfile.json b/memcached-mixin/jsonnetfile.json index 3a5d8ad22..b5d0ad347 100644 --- a/memcached-mixin/jsonnetfile.json +++ b/memcached-mixin/jsonnetfile.json @@ -4,11 +4,11 @@ "name": "grafana-builder", "source": { "git": { - "remote": "https://github.com/kausalco/public", + "remote": "https://github.com/grafana/jsonnet-libs", "subdir": "grafana-builder" } }, "version": "master" } ] -} \ No newline at end of file +} diff --git a/oauth2-proxy/jsonnetfile.json b/oauth2-proxy/jsonnetfile.json index 226320e74..c903ac17c 100644 --- a/oauth2-proxy/jsonnetfile.json +++ b/oauth2-proxy/jsonnetfile.json @@ -4,7 +4,7 @@ "name": "ksonnet-util", "source": { "git": { - "remote": "https://github.com/kausalco/public", + "remote": "https://github.com/grafana/jsonnet-libs", "subdir": "ksonnet-util" } },