Skip to content

Commit f6829d4

Browse files
authored
point kuttl docs to github repo, instead of defunct kuttl website (#7030)
Signed-off-by: Adam D. Cornett <adc@redhat.com>
1 parent 6483dd5 commit f6829d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website/content/en/docs/building-operators/golang/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To implement application-specific tests, the SDK's test harness, [scorecard][sco
5353
[writing-custom-scorecard-tests]: /docs/testing-operators/scorecard/custom-tests
5454
[scorecard]: /docs/testing-operators/scorecard/
5555
[gomega]: https://onsi.github.io/gomega/
56-
[kuttl]: https://kuttl.dev/
56+
[kuttl]: https://github.com/kudobuilder/kuttl/
5757
[sample]: https://github.com/operator-framework/operator-sdk/tree/master/testdata/go/v4/memcached-operator
5858
[molecule]: https://molecule.readthedocs.io/
5959
[molecule-tests]: /docs/building-operators/ansible/testing-guide

website/content/en/docs/testing-operators/scorecard/kuttl-tests.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ have to provide RBAC access for reading kubernetes events to the
159159
service account used to run kuttl tests.
160160

161161
[client_go]: https://github.com/kubernetes/client-go
162-
[kuttl]: https://kuttl.dev
163-
[kuttl_yaml]: https://kuttl.dev/docs/cli.html#examples
164-
[kuttl_tests]: https://kuttl.dev/docs/kuttl-test-harness.html#writing-your-first-test
165-
[kuttl_configuration]:https://kuttl.dev/docs/testing/reference.html#testsuite
162+
[kuttl]: https://github.com/kudobuilder/kuttl/
163+
[kuttl_yaml]: https://github.com/kudobuilder/kuttl/blob/main/docs/cli.md#examples
164+
[kuttl_tests]: https://github.com/kudobuilder/kuttl/blob/main/docs/kuttl-test-harness.md#writing-your-first-test
165+
[kuttl_configuration]:https://github.com/kudobuilder/kuttl/blob/main/docs/testing/reference.md#testsuite

0 commit comments

Comments
 (0)