Merge pull request #25752 from sqs/patch-1

fix anchor link to "What's next" heading in operator docs
This commit is contained in:
Kubernetes Prow Robot
2020-12-21 21:32:25 -08:00
committed by GitHub
@@ -103,7 +103,7 @@ as well as keeping the existing service in good shape.
## Writing your own Operator {#writing-operator}
If there isn't an Operator in the ecosystem that implements the behavior you
want, you can code your own. In [What's next](#whats-next) you'll find a few
want, you can code your own. In [What's next](#what-s-next) you'll find a few
links to libraries and tools you can use to write your own cloud native
Operator.