Skip to content

Commit acf50ce

Browse files
committed
better install links
1 parent 3463223 commit acf50ce

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

consul-mixin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Grafana dashboards and Prometheus alerts for operating Consul, in the form
66
of a monitoring mixin. They are easiest to use with the [prometheus-ksonnet](https://github.com/grafana/jsonnet-libs/tree/master/prometheus-ksonnet)
77
package.
88

9-
To use this mixin, install [Tanka](https://tanka.dev/) and [Jsonnet Bundler](https://github.com/jsonnet-bundler/jsonnet-bundler).
9+
To use this mixin, install [Tanka](https://tanka.dev/) and [Jsonnet Bundler](https://tanka.dev/install#jsonnet-bundler).
1010

1111
Then you can install the mixin with:
1212

consul/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A set of extensible configs for running Consul on Kubernetes.
44

5-
To use this libary, install [Tanka](https://tanka.dev/) and [Jsonnet Bundler](https://github.com/jsonnet-bundler/jsonnet-bundler).
5+
To use this libary, install [Tanka](https://tanka.dev/) and [Jsonnet Bundler](https://tanka.dev/install#jsonnet-bundler).
66

77
In your config repo, if you don't have a Tanka application, make a new one (will copy credentials from current context):
88

memcached-mixin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Grafana dashboard for operating Memcached, in the form
66
of a monitoring mixin. They are easiest to use with the [prometheus-ksonnet](https://github.com/grafana/jsonnet-libs/tree/master/prometheus-ksonnet)
77
package.
88

9-
To use this mixin, install [Tanka](https://tanka.dev/) and [Jsonnet Bundler](https://github.com/jsonnet-bundler/jsonnet-bundler).
9+
To use this mixin, install [Tanka](https://tanka.dev/) and [Jsonnet Bundler](https://tanka.dev/install#jsonnet-bundler).
1010

1111
Then you can install the mixin with:
1212

memcached/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A set of extensible configs for running Memcached on Kubernetes.
44

5-
To use this libary, install [Tanka](https://tanka.dev/) and [Jsonnet Bundler](https://github.com/jsonnet-bundler/jsonnet-bundler).
5+
To use this libary, install [Tanka](https://tanka.dev/) and [Jsonnet Bundler](https://tanka.dev/install#jsonnet-bundler).
66

77
In your config repo, if you don't have a Tanka application, make a new one (will copy credentials from current context):
88

prometheus-ksonnet/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ A set of extensible configs for running Prometheus on Kubernetes.
44

55
Usage:
66
- Make sure you have [Tanka](https://tanka.dev/install) and
7-
[jsonnet-bundler](https://github.com/jsonnet-bundler/jsonnet-bundler) installed:
8-
9-
```bash
10-
$ GO111MODULE=on go get github.com/grafana/tanka/cmd/tk
11-
$ GO111MODULE=on go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
12-
```
7+
[jsonnet-bundler](https://tanka.dev/install#jsonnet-bundler) installed:
138

149
- In your config repo, init Tanka and point it at your Kubernetes cluster:
1510

0 commit comments

Comments
 (0)