Skip to content

Commit

Permalink
Fix testing link (#716)
Browse files Browse the repository at this point in the history
* Make path absolute, otherwise it points to `/docs/developing-operators/docs/testing
* Remove `.md` ending
  • Loading branch information
voelzmo authored and alenkacz committed Aug 15, 2019
1 parent 47a70be commit 6fdef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developing-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@ spec:

## Testing your operator

You should aim for your operators being tested for day 1. To help you with testing your operator, we have developed a tool called test harness (it's also what we use to test KUDO itself). For more information please go to [test harness documentation](docs/testing.md).
You should aim for your operators being tested for day 1. To help you with testing your operator, we have developed a tool called test harness (it's also what we use to test KUDO itself). For more information please go to [test harness documentation](/docs/testing).

0 comments on commit 6fdef76

Please sign in to comment.