Skip to content

Commit

Permalink
Merge pull request #1230 from danielqsj/update-godep-doc
Browse files Browse the repository at this point in the history
Update godep guide link
  • Loading branch information
aledbf authored Aug 23, 2017
2 parents 83fc692 + ff0d15d commit 0c6f15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ cd $GOPATH/src/ingress
$ godep save ./...
```

In general, you can follow [this guide](https://github.com/kubernetes/kubernetes/blob/release-1.5/docs/devel/godep.md#using-godep-to-manage-dependencies) to update dependencies.
In general, you can follow [this guide](https://github.com/kubernetes/community/blob/master/contributors/devel/godep.md#using-godep-to-manage-dependencies) to update dependencies.
To update a particular dependency, eg: Kubernetes:
```console
$ cd $GOPATH/src/k8s.io/ingress
Expand Down

0 comments on commit 0c6f15e

Please sign in to comment.