diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index b4ec50f04f1..7cd7cf67fe9 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -89,7 +89,7 @@ To build with your local changes you have two options: ``` This will install skaffold via `go install` (note that if you have [manually downloaded - and installed skaffold to `/usr/bin/local`](README.md#installation), this is will probably + and installed skaffold to `/usr/local/bin`](README.md#install), this is will probably take precedence in your path over your `$GOPATH/bin`). _If you are unsure if you are running a released or locally built version of skaffold, you diff --git a/examples/jib/README.adoc b/examples/jib/README.adoc index af6473958a7..7afe6a76fc9 100644 --- a/examples/jib/README.adoc +++ b/examples/jib/README.adoc @@ -2,7 +2,7 @@ :icons: font Jib is one of the supported builders in Skaffold. -[Jib](https://github.com/GoogleContainerTools/jib) builds Docker and OCI images +link:https://github.com/GoogleContainerTools/jib[Jib] builds Docker and OCI images for your Java applications and is available as plugins for Maven and Gradle. The way you configure it in `skaffold.yaml` is the following build stanza: