From 40db5d966f59baabb7e344fb6eed41a52edc75e6 Mon Sep 17 00:00:00 2001 From: PARTH-TUSSLE Date: Sun, 7 Jun 2026 12:07:23 +0530 Subject: [PATCH 1/2] fix(docs): remove broken links from kubernetes services tutorial(issue #1079) Signed-off-by: PARTH-TUSSLE --- .../en/kanvas/tutorials/kubernetes/kubernetes-services.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/en/kanvas/tutorials/kubernetes/kubernetes-services.md b/content/en/kanvas/tutorials/kubernetes/kubernetes-services.md index f7da3995a64..82e99084cac 100644 --- a/content/en/kanvas/tutorials/kubernetes/kubernetes-services.md +++ b/content/en/kanvas/tutorials/kubernetes/kubernetes-services.md @@ -22,11 +22,9 @@ Using Meshery Playground, an interactive live cluster environment, we'll perform hands-on labs to gain practical experience with Kubernetes Services, without writing any YAML. -> **NOTE:** If this is your first time working with Meshery Playground, consider -> starting with the -> [Exploring Kubernetes Pods with Meshery Playground](https://docs.meshery.io/guides/tutorials/kubernetes-pods) -> tutorial first or -> [Exploring Kubernetes Deployments with Meshery](https://docs.meshery.io/guides/tutorials/kubernetes-deployments). +> **NOTE:** If this is your first time working with Meshery Playground, +> consider exploring introductory Kubernetes tutorials available in the +> Meshery documentation before proceeding. ## Prerequisites From 9a4f34e3cf149a7e15b9ff514f3d7853d6dda8da Mon Sep 17 00:00:00 2001 From: PARTH-TUSSLE Date: Tue, 9 Jun 2026 00:18:55 +0530 Subject: [PATCH 2/2] Replaced generic text with working links Signed-off-by: PARTH-TUSSLE --- .../en/kanvas/tutorials/kubernetes/kubernetes-services.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/en/kanvas/tutorials/kubernetes/kubernetes-services.md b/content/en/kanvas/tutorials/kubernetes/kubernetes-services.md index 82e99084cac..6f8e2c8456b 100644 --- a/content/en/kanvas/tutorials/kubernetes/kubernetes-services.md +++ b/content/en/kanvas/tutorials/kubernetes/kubernetes-services.md @@ -22,9 +22,11 @@ Using Meshery Playground, an interactive live cluster environment, we'll perform hands-on labs to gain practical experience with Kubernetes Services, without writing any YAML. -> **NOTE:** If this is your first time working with Meshery Playground, -> consider exploring introductory Kubernetes tutorials available in the -> Meshery documentation before proceeding. +> **NOTE:** If this is your first time working with Meshery Playground, consider +> starting with the +> [Exploring Kubernetes Pods with Meshery Playground](/kanvas/tutorials/kubernetes-pods) +> tutorial first or +> [Exploring Kubernetes Deployments with Meshery](/kanvas/tutorials/kubernetes-deployments). ## Prerequisites