Skip to content

Commit 2ad0a74

Browse files
Update Kanvas hyperlinks based on review feedback
Signed-off-by: Madhur Chandran <100069538+Madhurchandran@users.noreply.github.com>
1 parent 127f727 commit 2ad0a74

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

src/assets/data/faq/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,10 @@ const data = {
237237
question: "How can I try out Kanvas?",
238238
category: "Kanvas",
239239
subcategory: "Getting Started",
240-
link: "https://kanvas.new",
240+
link: "https://www.kanvas.new",
241241
linktext: "Open kanvas.new",
242242
answer: [
243-
"Kanvas is available in beta today. Visit https://kanvas.new to use it.",
243+
"Kanvas is available in beta today. Visit https://www.kanvas.new to use it.",
244244
"Kanvas is cloud native collaboration tool for managing your infrastructure and applications. Kanvas has two modes: Visualizer for operating your actively running Kubernetes clusters and Designer for configuring your Kubernetes clusters and creating your creating your application deployments.",
245245
],
246246
},

src/collections/blog/2022/2022-07-28-managing-multiple-clusters-with-meshery/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Just before applying the operation, you will be prompted with a confirmation mod
5959

6060
### Using Kanvas Operator Mode
6161

62-
You can switch between views of your cluster in visualizer mode while using <a href="https://kanvas.new">Kanvas</a>.
62+
You can switch between views of your cluster in visualizer mode while using <a href="https://www.kanvas.new">Kanvas</a>.
6363

6464

6565

src/collections/news/2024/2024-11-12-layer5-launches-kanvas-a-collaborative-platform-for-cloud-native-infrastructure/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ Like Figma for engineers, Kanvas users can access Kanvas from any computer with
8383
title=" CTO of Deeplineage"
8484
/>
8585

86-
Kanvas Designer is available now in beta as a service or self-hosted solution. Kanvas Operator will be available early next year. Try dragging and dropping your Kubernetes manifest into <a href="https://kanvas.new">https://kanvas.new</a> today.
86+
Kanvas Designer is available now in beta as a service or self-hosted solution. Kanvas Operator will be available early next year. Try dragging and dropping your Kubernetes manifest into <a href="https://www.kanvas.new">https://www.kanvas.new</a> today.
8787

8888

8989

9090
#### Resources
9191
<ul>
92-
<li>Kanvas application: <a href="https://kanvas.new">https://kanvas.new</a>.</li>
92+
<li>Kanvas application: <a href="https://www.kanvas.new">https://www.kanvas.new</a>.</li>
9393
<li>Design Catalog: <a href="https://cloud.layer5.io/catalog">https://cloud.layer5.io/catalog</a>.</li>
9494
<li>Kanvas website: <Link to="/cloud-native-management/kanvas">https://layer5.io/cloud-native-management/kanvas</Link>.</li>
9595
<li>Kanvas documentation: <a href="https://docs.layer5.io/kanvas/">https://docs.layer5.io/kanvas/</a>.</li>
@@ -101,7 +101,7 @@ Our open source and commercial products empower organizations to embrace the pow
101101
Layer5’s award-winning open source community has over 10,000 members. For more information, visit <Link to="/">https://layer5.io</Link>
102102

103103
##### About Kanvas
104-
Kanvas is a web-based collaboration tool that allows you to create, review, and operate highly-detailed architecture diagrams of your cloud and cloud infrastructure using a drag-and-drop interface. Kanvas is popular with site reliability engineers, platform engineers, architects, operators, and developers as an enabler of productive, collaborative infrastructure management. Try Kanvas at <a href="https://kanvas.new">https://kanvas.new</a>.
104+
Kanvas is a web-based collaboration tool that allows you to create, review, and operate highly-detailed architecture diagrams of your cloud and cloud infrastructure using a drag-and-drop interface. Kanvas is popular with site reliability engineers, platform engineers, architects, operators, and developers as an enabler of productive, collaborative infrastructure management. Try Kanvas at <a href="https://www.kanvas.new">https://www.kanvas.new</a>.
105105

106106

107107
</NewsWrapper>

src/collections/news/2025/2025-11-11-kanvas-ga-release/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Kanvas caters to a wide range of users, including:
107107

108108
## **Availability**
109109

110-
Layer5 Kanvas is available today as both a self-hosted solution and a managed service. Get started by visiting [https://kanvas.new](https://kanvas.new).
110+
Layer5 Kanvas is available today as both a self-hosted solution and a managed service. Get started by visiting [https://www.kanvas.new](https://www.kanvas.new).
111111

112112
---
113113

src/sections/Kanvas/Kanvas-collaborate/kanvas-collaborate-banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ const KanvasCollaborateBanner = () => {
205205
$primary
206206
className="join-community-button"
207207
title="Start Collaborating"
208-
$url="https://kanvas.new"
208+
$url="https://www.kanvas.new"
209209
$external={true}
210210
/>
211211
</div>

src/sections/Kanvas/Kanvas-design/kanvas-design-banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const KanvasDesignBanner = () => {
163163
</div>
164164
<div className="hero-image">
165165
<CytoscapeCtx />
166-
<Button $secondary title="Experience context-aware design" $url="https://kanvas.new" external={ true } />
166+
<Button $secondary title="Experience context-aware design" $url="https://www.kanvas.new" external={ true } />
167167
<h5>Upload your Helm Chart or Kubernetes manifest to have your infra diagrammed</h5>
168168
</div>
169169
<img className="dots-upper" src={BackgroundDotsPattern} alt="" aria-hidden="true" />

src/sections/Solutions/qa-section.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ const QASection = () => {
167167
question: "How can I try out Kanvas?",
168168

169169
answer: [
170-
"Kanvas is available in beta today. Visit https://kanvas.new to use it.",
170+
"Kanvas is available in beta today. Visit https://www.kanvas.new to use it.",
171171
"Kanvas is cloud native collaboration tool for managing your infrastructure and applications. Kanvas has two modes: Visualizer for operating your actively running Kubernetes clusters and Designer for configuring your Kubernetes clusters and creating your creating your application deployments.",
172172
],
173-
link: "https://kanvas.new",
174-
linktext: "Open kanvas.new",
173+
link: "https://www.kanvas.new",
174+
linktext: "Open www.kanvas.new",
175175
},
176176
{
177177
question: "Are Layer5's solutions open source?",

0 commit comments

Comments
 (0)