From d0861711ac459edaef1abad69730c61c686eeef7 Mon Sep 17 00:00:00 2001 From: prchann <17397116+prchann@users.noreply.github.com> Date: Wed, 1 Mar 2023 03:20:46 +0800 Subject: [PATCH] Fix a link issue in markdown (#3508) --- .../100-networking-and-pod-to-pod-communication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/kubernetes/content/104-services-and-networking/100-networking-and-pod-to-pod-communication.md b/src/data/roadmaps/kubernetes/content/104-services-and-networking/100-networking-and-pod-to-pod-communication.md index db526fee0..62335b52e 100644 --- a/src/data/roadmaps/kubernetes/content/104-services-and-networking/100-networking-and-pod-to-pod-communication.md +++ b/src/data/roadmaps/kubernetes/content/104-services-and-networking/100-networking-and-pod-to-pod-communication.md @@ -5,4 +5,4 @@ Networking is crucial for communication between pods and resources in a Kubernet Learn more from the following resources: - [Cluster Networking - Documentation](https://kubernetes.io/docs/concepts/cluster-administration/networking/) -- [Job with Pod-to-Pod Communication](https://kubernetes.io/docs/tasks/job/job-with-pod-to-pod-communication +- [Job with Pod-to-Pod Communication](https://kubernetes.io/docs/tasks/job/job-with-pod-to-pod-communication/)