From 6552b9231655bf2e42df945bf1151837305aad53 Mon Sep 17 00:00:00 2001
From: Alex <36111671+Tjaarda1@users.noreply.github.com>
Date: Tue, 13 Feb 2024 15:27:58 +0100
Subject: [PATCH] typo fix README.md

---
 deployments/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deployments/README.md b/deployments/README.md
index 1cdd71c..9005458 100644
--- a/deployments/README.md
+++ b/deployments/README.md
@@ -47,4 +47,4 @@ After the installation, you can start using L2S-M in one Node. If your Cluster h
 
 Each Node enables the creation of custom L2S-M networks, as can be seen in the [examples section.](../examples/) But for communicating pods that are in different Nodes of the cluster, additional configuration must be done, the VxLAN tunnels between them.
 
-But don't worry! A guide on how this is configured step by step is outlined in [the vxlan configuration guide.](../deployment/vxlans.md)
+But don't worry! A guide on how this is configured step by step is outlined in [the vxlan configuration guide.](../deployments/vxlans.md)
-- 
GitLab