Skip to content

Commit 9ef9f00

Browse files
authored
docs: replace references to kuttl.dev (#649)
Signed-off-by: Marcin Owsiany <[email protected]>
1 parent abe45e0 commit 9ef9f00

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ brews:
7070
7171
skip_upload: auto
7272
directory: Formula
73-
homepage: https://kuttl.dev
73+
homepage: https://github.com/kudobuilder/kuttl
7474
description: Interact with KUTTL via the kubectl plugin
7575
dependencies:
7676
- kubernetes-cli

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# KUTTL
22

3-
<img src="https://kuttl.dev/images/kuttl-horizontal-logo.png" width="256">
3+
<img src="docs/images/kuttl-horizontal-logo.png" width="256">
44

55
[![lint](https://github.com/kudobuilder/kuttl/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/kudobuilder/kuttl/actions)
66
[![unit test](https://github.com/kudobuilder/kuttl/actions/workflows/unittest.yml/badge.svg?branch=main)](https://github.com/kudobuilder/kuttl/actions)
8.53 KB
Loading

hack/generate_krew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
version: "v${VERSION}"
6060
6161
shortDescription: Declaratively run and test operators
62-
homepage: https://kuttl.dev/
62+
homepage: https://github.com/kudobuilder/kuttl
6363
description: |
6464
The KUbernetes Test TooL (KUTTL) is a highly productive test
6565
toolkit for testing operators on Kubernetes.

internal/kuttlctl/cmd/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The test operator supports connecting to an existing Kubernetes cluster or it ca
8181
It can also apply manifests before running the tests. If no arguments are provided, the test harness will attempt to
8282
load the test configuration from kuttl-test.yaml.
8383
84-
For more detailed documentation, visit: https://kuttl.dev`,
84+
For more detailed documentation, visit: https://github.com/kudobuilder/kuttl`,
8585
Example: testExample,
8686
PreRunE: func(cmd *cobra.Command, args []string) error {
8787
flags := cmd.Flags()

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ make integration-test
3737

3838
## Declarative tests
3939

40-
Most tests written for KUTTL use the [declarative test harness](https://kuttl.dev) with the controller-runtime's envtest (which starts `etcd` and `kube-apiserver` locally). This means that tests can be written for and run against KUTTL without requiring a Kubernetes cluster (or even Docker).
40+
Most tests written for KUTTL use the [declarative test harness](https://github.com/kudobuilder/kuttl) with the controller-runtime's envtest (which starts `etcd` and `kube-apiserver` locally). This means that tests can be written for and run against KUTTL without requiring a Kubernetes cluster (or even Docker).
4141

4242
### CLI examples
4343

0 commit comments

Comments
 (0)