Skip to content

Commit 80a7763

Browse files
authored
readme: use ref style links
1 parent f08a3c9 commit 80a7763

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ See the [design docs][design_docs] for planned work on upcoming milestones.
88

99
## Overview
1010

11-
This project is a component of the [Operator Framework](https://github.com/operator-framework), an open source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way. Read more in the [introduction blog post](https://coreos.com/blog/introducing-operator-framework).
11+
This project is a component of the [Operator Framework][of-home], an open source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way. Read more in the [introduction blog post][of-blog].
12+
13+
[of-home]: https://github.com/operator-framework
14+
[of-blog]: https://coreos.com/blog/introducing-operator-framework
1215

1316
[Operators][operator_link] make it easy to manage complex stateful applications on top of Kubernetes. However writing an operator today can be difficult because of challenges such as using low level APIs, writing boilerplate, and a lack of modularity which leads to duplication.
1417

@@ -78,4 +81,4 @@ To explore any operator samples built using the operator-sdk, see the [operator-
7881
[operator_link]: https://coreos.com/operators/
7982
[design_docs]: ./doc/design
8083
[guide]: ./doc/user-guide.md
81-
[samples]: https://github.com/operator-framework/operator-sdk-samples
84+
[samples]: https://github.com/operator-framework/operator-sdk-samples

0 commit comments

Comments
 (0)