Skip to content

Commit 51b0c04

Browse files
authored
Merge pull request #205 from robszumski/robszumski-patch-1
readme: use ref style links
2 parents de4f14a + 4e47622 commit 51b0c04

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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].
1212

1313
[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.
1414

@@ -78,4 +78,6 @@ To explore any operator samples built using the operator-sdk, see the [operator-
7878
[operator_link]: https://coreos.com/operators/
7979
[design_docs]: ./doc/design
8080
[guide]: ./doc/user-guide.md
81-
[samples]: https://github.com/operator-framework/operator-sdk-samples
81+
[samples]: https://github.com/operator-framework/operator-sdk-samples
82+
[of-home]: https://github.com/operator-framework
83+
[of-blog]: https://coreos.com/blog/introducing-operator-framework

0 commit comments

Comments
 (0)