Skip to content

Commit

Permalink
馃摉 Update godoc links (#1450)
Browse files Browse the repository at this point in the history
* update godoc links

* Point docs to pkg

Co-authored-by: Alvaro Aleman <alvaroaleman@users.noreply.github.com>

Co-authored-by: Alvaro Aleman <alvaroaleman@users.noreply.github.com>
  • Loading branch information
fischerman and alvaroaleman committed Mar 30, 2021
1 parent fa42462 commit 10ae090
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ see how it can be used.

Documentation:

- [Package overview](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg)
- [Basic controller using builder](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/builder#example-Builder)
- [Creating a manager](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/manager#example-New)
- [Creating a controller](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/controller#example-New)
- [Package overview](https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg)
- [Basic controller using builder](https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/builder#example-Builder)
- [Creating a manager](https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/manager#example-New)
- [Creating a controller](https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/controller#example-New)
- [Examples](https://github.com/kubernetes-sigs/controller-runtime/blob/master/examples)
- [Designs](https://github.com/kubernetes-sigs/controller-runtime/blob/master/designs)

Expand Down Expand Up @@ -63,4 +63,3 @@ Before starting any work, please either comment on an existing issue, or file a
## Code of conduct

Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).

0 comments on commit 10ae090

Please sign in to comment.