From 2d612cde4d73cb036c8e7d33f4df93e1ae13741f Mon Sep 17 00:00:00 2001 From: qlijin <515900+qlijin@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:45:42 +0800 Subject: [PATCH] Fix broken links in the cilium doc (#11318) --- docs/CNI/cilium.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CNI/cilium.md b/docs/CNI/cilium.md index a773dbc90..e0a230062 100644 --- a/docs/CNI/cilium.md +++ b/docs/CNI/cilium.md @@ -132,7 +132,7 @@ Wireguard option is only available in Cilium 1.10.0 and newer. ### IPsec Encryption -For further information, make sure to check the official [Cilium documentation.](https://docs.cilium.io/en/stable/gettingstarted/encryption-ipsec/) +For further information, make sure to check the official [Cilium documentation.](https://docs.cilium.io/en/stable/security/network/encryption-ipsec/) To enable IPsec encryption, you just need to set three variables. @@ -157,7 +157,7 @@ echo "cilium_ipsec_key: "$(echo -n "3 rfc4106(gcm(aes)) $(echo $(dd if=/dev/uran ### Wireguard Encryption -For further information, make sure to check the official [Cilium documentation.](https://docs.cilium.io/en/stable/gettingstarted/encryption-wireguard/) +For further information, make sure to check the official [Cilium documentation.](https://docs.cilium.io/en/stable/security/network/encryption-wireguard/) To enable Wireguard encryption, you just need to set two variables.