Skip to content

Commit 4e47622

Browse files
authored
readme: move refs to bottom
1 parent 80a7763 commit 4e47622

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ See the [design docs][design_docs] for planned work on upcoming milestones.
1010

1111
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

13-
[of-home]: https://github.com/operator-framework
14-
[of-blog]: https://coreos.com/blog/introducing-operator-framework
15-
1613
[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.
1714

1815
The Operator SDK is a framework designed to make writing operators easier by providing:
@@ -82,3 +79,5 @@ To explore any operator samples built using the operator-sdk, see the [operator-
8279
[design_docs]: ./doc/design
8380
[guide]: ./doc/user-guide.md
8481
[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)