Skip to content

Commit

Permalink
Use main branch in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: John Pugliesi <jpugliesi12@gmail.com>
  • Loading branch information
jpugliesi committed Mar 11, 2021
1 parent 32a21ed commit 493aa65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ Install this library in your own project with [jsonnet-bundler](https://github.c
$ mkdir my-kube-thanos; cd my-kube-thanos
$ jb init # Creates the initial/empty `jsonnetfile.json`
# Install the kube-thanos dependency
$ jb install github.com/thanos-io/kube-thanos/jsonnet/kube-thanos@master # Creates `vendor/` & `jsonnetfile.lock.json`, and fills in `jsonnetfile.json`
$ jb install github.com/thanos-io/kube-thanos/jsonnet/kube-thanos@main # Creates `vendor/` & `jsonnetfile.lock.json`, and fills in `jsonnetfile.json`
```

> `jb` can be installed with `go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb`
> An e.g. of how to install a given version of this library: `jb install github.com/thanos-io/kube-thanos/jsonnet/kube-thanos@master`
> An e.g. of how to install a given version of this library: `jb install github.com/thanos-io/kube-thanos/jsonnet/kube-thanos@main`
In order to update the kube-thanos dependency, simply use the jsonnet-bundler update functionality:
```shell
Expand Down
2 changes: 1 addition & 1 deletion jsonnet/thanos-mixin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

> ### `thanos-mixin` is **moved** to the upstream [`Thanos`](https://github.com/thanos-io/thanos) repository.
Please visit [`thanos/mixin/thanos`](https://github.com/thanos-io/thanos/blob/master/mixin/README.md) for further instructions.
Please visit [`thanos/mixin/thanos`](https://github.com/thanos-io/thanos/blob/main/mixin/README.md) for further instructions.

0 comments on commit 493aa65

Please sign in to comment.