Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit 135b9ab

Browse files
committed
README.md: fix links in readme
1 parent 3baf0fb commit 135b9ab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

memcached-operator/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Memcached Operator
22

33
## Overview
4-
This Memcached operator is a simple example operato for the Operator SDK and includes some basic end-to-end tests.
4+
This Memcached operator is a simple example operator for the [Operator SDK][operator_sdk] and includes some basic end-to-end tests.
55

66
## Quick Start
77
This quick start guide walks through the process of building the memcached-operator and running its end-to-end tests.
@@ -53,3 +53,8 @@ To run go-test with verbose and limit to 2 parallel tests:
5353
```
5454
$ operator-sdk test --test-location ./test/e2e --kubeconfig $HOME/.kube/config --go-test-flags "-v -parallel=2"
5555
```
56+
57+
[dep_tool]:https://golang.github.io/dep/docs/installation.html
58+
[go_tool]:https://golang.org/dl/
59+
[docker_tool]:https://docs.docker.com/install/
60+
[operator_sdk]:https://github.com/operator-framework/operator-sdk

0 commit comments

Comments
 (0)