Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor doc updates #1923

Merged
merged 5 commits into from
Apr 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/jib/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down