From 7f32fa968e0065bba7e51f8a04a9c64ad014d9e6 Mon Sep 17 00:00:00 2001 From: Antoine Caron Date: Mon, 28 Jul 2025 15:57:41 +0200 Subject: [PATCH] feat(pdf): fix pdf links to absolute folder --- .../instances/reference-content/preventing-outgoing-ddos.mdx | 4 ++-- pages/kubernetes/reference-content/kubernetes-cheatsheet.mdx | 2 +- .../kubernetes/reference-content/kubernetes-decision-tree.mdx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/instances/reference-content/preventing-outgoing-ddos.mdx b/pages/instances/reference-content/preventing-outgoing-ddos.mdx index 9ca2d73702..e48ca55b00 100644 --- a/pages/instances/reference-content/preventing-outgoing-ddos.mdx +++ b/pages/instances/reference-content/preventing-outgoing-ddos.mdx @@ -14,7 +14,7 @@ dates: A Denial of Service (DoS) attack is an attack through which a person can render a system unusable, or significantly slow it down for legitimate users, by overloading its resources. -[A Distributed Denial of Service (DDoS) attack](DDoS_Quick_Guide.pdf) is a DoS attack that is performed at the same time by a multitude of compromised systems. +[A Distributed Denial of Service (DDoS) attack](/pdf/DDoS_Quick_Guide.pdf) is a DoS attack that is performed at the same time by a multitude of compromised systems. The goal of a DoS is not to gain unauthorized access to machines or data, but to prevent legitimate users of a service from using it. @@ -105,4 +105,4 @@ To configure securely your HTTP proxy, proceed as follows: ## External References - (In English) [Denial of Service (DoS) guidance](https://www.ncsc.gov.uk/collection/denial-service-dos-guidance-collection) -- (In French) [Comprendre et anticiper les attaques DDoS](NP_Guide_DDoS.pdf) \ No newline at end of file +- (In French) [Comprendre et anticiper les attaques DDoS](/pdf/NP_Guide_DDoS.pdf) \ No newline at end of file diff --git a/pages/kubernetes/reference-content/kubernetes-cheatsheet.mdx b/pages/kubernetes/reference-content/kubernetes-cheatsheet.mdx index d708f65d54..1d67c87fbb 100644 --- a/pages/kubernetes/reference-content/kubernetes-cheatsheet.mdx +++ b/pages/kubernetes/reference-content/kubernetes-cheatsheet.mdx @@ -21,5 +21,5 @@ This page shows the most common `kubectl` commands for creating and managing Sca This content is also available as a printable PDF file. Click the link below to download: - - [Kubernetes kubectl cheatsheet - Printable](scaleway-kubernetes-cheatsheet.pdf) + - [Kubernetes kubectl cheatsheet - Printable](/pdf/scaleway-kubernetes-cheatsheet.pdf) \ No newline at end of file diff --git a/pages/kubernetes/reference-content/kubernetes-decision-tree.mdx b/pages/kubernetes/reference-content/kubernetes-decision-tree.mdx index 1a2c67289a..b49d5d50dd 100644 --- a/pages/kubernetes/reference-content/kubernetes-decision-tree.mdx +++ b/pages/kubernetes/reference-content/kubernetes-decision-tree.mdx @@ -15,7 +15,7 @@ This page helps you evaluate your level of knowledge about Kubernetes and provid This content is also available as a printable PDF file. Click the link below to download it: - - [Kubernetes decision tree - Printable](decision-tree-kubernetes.pdf) + - [Kubernetes decision tree - Printable](/pdf/decision-tree-kubernetes.pdf) ## Referred content