Skip to content

Commit dff50d2

Browse files
authored
feat(pdf): fix pdf links to absolute folder (#5341)
1 parent 87391aa commit dff50d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pages/instances/reference-content/preventing-outgoing-ddos.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dates:
1414

1515
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.
1616

17-
[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.
17+
[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.
1818

1919
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.
2020

@@ -105,4 +105,4 @@ To configure securely your HTTP proxy, proceed as follows:
105105
## External References
106106

107107
- (In English) [Denial of Service (DoS) guidance](https://www.ncsc.gov.uk/collection/denial-service-dos-guidance-collection)
108-
- (In French) [Comprendre et anticiper les attaques DDoS](NP_Guide_DDoS.pdf)
108+
- (In French) [Comprendre et anticiper les attaques DDoS](/pdf/NP_Guide_DDoS.pdf)

pages/kubernetes/reference-content/kubernetes-cheatsheet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ This page shows the most common `kubectl` commands for creating and managing Sca
2121
<Message type="tip">
2222
This content is also available as a printable PDF file. Click the link below to download:
2323

24-
- [Kubernetes kubectl cheatsheet - Printable](scaleway-kubernetes-cheatsheet.pdf)
24+
- [Kubernetes kubectl cheatsheet - Printable](/pdf/scaleway-kubernetes-cheatsheet.pdf)
2525
</Message>

pages/kubernetes/reference-content/kubernetes-decision-tree.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This page helps you evaluate your level of knowledge about Kubernetes and provid
1515

1616
<Message type="tip">
1717
This content is also available as a printable PDF file. Click the link below to download it:
18-
- [Kubernetes decision tree - Printable](decision-tree-kubernetes.pdf)
18+
- [Kubernetes decision tree - Printable](/pdf/decision-tree-kubernetes.pdf)
1919
</Message>
2020

2121
## Referred content

0 commit comments

Comments
 (0)