diff --git a/cmd/list/list.go b/cmd/list/list.go index 52f096c6..3f00ae99 100644 --- a/cmd/list/list.go +++ b/cmd/list/list.go @@ -26,7 +26,7 @@ var ( %[1]s list controls Control documentation: - https://hub.armosec.io/docs/controls + https://kubescape.io/docs/controls/ `, cautils.ExecName()) ) diff --git a/cmd/root.go b/cmd/root.go index 814352a1..cb8bef5f 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -53,7 +53,7 @@ func getRootCmd(ks meta.IKubescape) *cobra.Command { rootCmd := &cobra.Command{ Use: "kubescape", - Short: "Kubescape is a tool for testing Kubernetes security posture. Docs: https://hub.armosec.io/docs", + Short: "Kubescape is a tool for testing Kubernetes security posture. Docs: https://kubescape.io/docs/", Example: ksExamples, PersistentPreRun: func(cmd *cobra.Command, args []string) { k8sinterface.SetClusterContextName(rootInfo.KubeContext) diff --git a/cmd/scan/control.go b/cmd/scan/control.go index 2e25e895..49b9afca 100644 --- a/cmd/scan/control.go +++ b/cmd/scan/control.go @@ -29,7 +29,7 @@ var ( Run '%[1]s list controls' for the list of supported controls Control documentation: - https://hub.armosec.io/docs/controls + https://kubescape.io/docs/controls/ `, cautils.ExecName()) ) diff --git a/core/pkg/resultshandling/printer/v2/prettyprinter/tableprinter/configurationprinter/categorytable.go b/core/pkg/resultshandling/printer/v2/prettyprinter/tableprinter/configurationprinter/categorytable.go index 988f0f55..8fd6d352 100644 --- a/core/pkg/resultshandling/printer/v2/prettyprinter/tableprinter/configurationprinter/categorytable.go +++ b/core/pkg/resultshandling/printer/v2/prettyprinter/tableprinter/configurationprinter/categorytable.go @@ -11,7 +11,7 @@ import ( ) const ( - docsPrefix = "https://hub.armosec.io/docs" + docsPrefix = "https://kubescape.io/docs/" scanControlPrefix = "$ kubescape scan control" controlNameHeader = "Control name" statusHeader = "" diff --git a/docs/getting-started.md b/docs/getting-started.md index 673165cf..33ea9643 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -144,7 +144,7 @@ kubescape scan framework mitre ``` #### Scan a control -Scan for a specific control, using the control name or control ID. [See the list of controls](https://hub.armosec.io/docs/controls?utm_source=github&utm_medium=repository). +Scan for a specific control, using the control name or control ID. [See the list of controls](https://kubescape.io/docs/controls/). ```bash kubescape scan control c-0005 -v @@ -331,7 +331,7 @@ kubescape scan image nginx:1.19.6 -v ### Scan periodically using Helm -We publish [a Helm chart](https://github.com/kubescape/helm-charts) for our in-cluster components. [Please follow the instructions here](https://hub.armosec.io/docs/installation-of-armo-in-cluster?utm_source=github&utm_medium=repository) +We publish [a Helm chart](https://github.com/kubescape/helm-charts) for our in-cluster components. [Please follow the instructions here](https://kubescape.io/docs/install-operator/) ### VS Code Extension