Skip to content

Commit f11c676

Browse files
Merge pull request #1 from jwforres/readme_updates
Add link to GOPATH doc and fixup typo
2 parents 992adaa + 3c15fd6 commit f11c676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Getting Started
1313
You'll need Docker and the Go language compilation tools installed.
1414

1515
1. [Install Docker](https://docs.docker.com/installation/#installation)
16-
2. [Install the Go language toolkit](http://golang.org/doc/install) and set your GOPATH
16+
2. [Install the Go language toolkit](http://golang.org/doc/install) and set your [GOPATH](http://golang.org/doc/code.html#GOPATH)
1717
3. Clone this git repository through the Go tools:
1818

1919
$ go get github.com/openshift/origin
@@ -49,7 +49,7 @@ The Kubernetes APIs are exposed at `http://localhost:8080/api/v1beta1/*`:
4949
* `http://localhost:8080/api/v1beta1/replicationControllers`
5050
* `http://localhost:8080/api/v1beta1/operations`
5151

52-
An draft of the proposed API is available [in this repository](https://rawgit.com/csrwng/oo-api-v3/master/oov3.html). Expect significant changes.
52+
A draft of the proposed API is available [in this repository](https://rawgit.com/csrwng/oo-api-v3/master/oov3.html). Expect significant changes.
5353

5454

5555
Contributing

0 commit comments

Comments
 (0)