From 49311168811a415bd682e4b95709214b5afa7edf Mon Sep 17 00:00:00 2001 From: Volodymyr Stoiko Date: Tue, 25 Nov 2025 20:44:21 +0200 Subject: [PATCH] Update kubeshark.co references (#1807) --- README.md | 6 +++--- misc/consts.go | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 15c965bff..95515d627 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Think [TCPDump](https://en.wikipedia.org/wiki/Tcpdump) and [Wireshark](https://w ![Cluster-Wide PCAP Recording](https://github.com/kubeshark/assets/raw/master/png/pcap-recording.png) ## Getting Started -Download **Kubeshark**'s binary distribution [latest release](https://github.com/kubeshark/kubeshark/releases/latest) or use one of the following methods to deploy **Kubeshark**. The [web-based dashboard](https://docs.kubeshark.co/en/ui) should open in your browser, showing a real-time view of your cluster's traffic. +Download **Kubeshark**'s binary distribution [latest release](https://github.com/kubeshark/kubeshark/releases/latest) or use one of the following methods to deploy **Kubeshark**. The [web-based dashboard](https://docs.kubehq.com/en/ui) should open in your browser, showing a real-time view of your cluster's traffic. ### Homebrew @@ -61,7 +61,7 @@ kubeshark clean Add the Helm repository and install the chart: ```shell -helm repo add kubeshark https://helm.kubeshark.co +helm repo add kubeshark https://helm.kubehq.com helm install kubeshark kubeshark/kubeshark ``` Follow the on-screen instructions how to connect to the dashboard. @@ -77,7 +77,7 @@ Clone this repository and run the `make` command to build it. After the build is ## Documentation -To learn more, read the [documentation](https://docs.kubeshark.co). +To learn more, read the [documentation](https://docs.kubehq.com). ## Contributing diff --git a/misc/consts.go b/misc/consts.go index e06c095ea..78cec3656 100644 --- a/misc/consts.go +++ b/misc/consts.go @@ -10,8 +10,8 @@ var ( Software = "Kubeshark" Program = "kubeshark" Description = "The API Traffic Analyzer for Kubernetes" - Website = "https://kubeshark.co" - Email = "info@kubeshark.co" + Website = "https://kubehq.com" + Email = "support@kubehq.io" Ver = "0.0.0" Branch = "master" GitCommitHash = "" // this var is overridden using ldflags in makefile when building