Skip to content

Commit d2e5276

Browse files
authored
Merge pull request #75 from pmorie/readme
Minor changes to doc links in README
2 parents 6865d0a + 67342e2 commit d2e5276

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ The Kubernetes controller-runtime Project is a set of go libraries for building
77

88
Documentation:
99

10-
- Package overview [link](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg)
11-
- Basic controller using builder [link](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/builder#example-Builder)
12-
- Creating a manager [link](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/manager#example-New)
13-
- Creating a controller[link](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/controller#example-New)
14-
15-
Example: [main](https://github.com/kubernetes-sigs/controller-runtime/blob/master/example/main.go)
10+
- [Package overview](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg)
11+
- [Basic controller using builder](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/builder#example-Builder)
12+
- [Creating a manager](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/manager#example-New)
13+
- [Creating a controller](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/controller#example-New)
14+
- [Example `main.go`](https://github.com/kubernetes-sigs/controller-runtime/blob/master/example/main.go)
1615

1716
## Community, discussion, contribution, and support
1817

0 commit comments

Comments
 (0)