Skip to content

Commit 10ae090

Browse files
📖 Update godoc links (#1450)
* update godoc links * Point docs to pkg Co-authored-by: Alvaro Aleman <[email protected]> Co-authored-by: Alvaro Aleman <[email protected]>
1 parent fa42462 commit 10ae090

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ see how it can be used.
1111

1212
Documentation:
1313

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

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

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

0 commit comments

Comments
 (0)