From 300c34625e4b6ce2a8c22db75e154f4edf449cbf Mon Sep 17 00:00:00 2001 From: Thibault Normand Date: Fri, 20 Dec 2024 09:58:27 +0100 Subject: [PATCH] chore(doc): fix broken links. --- docs/reference/attacks/CE_PRIV_MOUNT.md | 4 ++-- docs/user-guide/getting-started.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/attacks/CE_PRIV_MOUNT.md b/docs/reference/attacks/CE_PRIV_MOUNT.md index f1ef1755..deb41411 100644 --- a/docs/reference/attacks/CE_PRIV_MOUNT.md +++ b/docs/reference/attacks/CE_PRIV_MOUNT.md @@ -59,14 +59,14 @@ mount /dev/vda1 /mnt/hostfs ls -lah /mnt/hostfs/ ``` -With the disk now writeable from the container, follow the steps in [EXPLOIT_HOST_WRITE](./EXPLOIT_HOST_WRITE.md#Exploitation). +With the disk now writeable from the container, follow the steps in [EXPLOIT_HOST_WRITE](./EXPLOIT_HOST_WRITE.md#exploitation). ## Defences ### Monitoring + Monitor `mount` events originating from containers -+ See [EXPLOIT_HOST_WRITE](./EXPLOIT_HOST_WRITE.md#Defences) ++ See [EXPLOIT_HOST_WRITE](./EXPLOIT_HOST_WRITE.md#defences) ### Implement security policies diff --git a/docs/user-guide/getting-started.md b/docs/user-guide/getting-started.md index 8006a054..c925c86d 100644 --- a/docs/user-guide/getting-started.md +++ b/docs/user-guide/getting-started.md @@ -124,7 +124,7 @@ We also provide a showcase [Jupyter Notebook](https://github.com/DataDog/KubeHou !!! note - You can find the visual representation of the KubeHound graph model [here](/reference/). + You can find the visual representation of the KubeHound graph model [here](../reference/graph/index.md). Once the data is loaded in the graph database, it's time to visualize and query it!