From f091dd21e6bede4c954801f172bb6484e16401a5 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sat, 17 May 2025 17:15:37 +0200 Subject: [PATCH] fix mkdocs --- docs/index.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 77c5f87..19e13db 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ Operational Security: Showing how Privacy, Anonymity and Deniability can be achieved online. Or in other words: How to become ungovernable, by protecting your freedom using technology. -# [Productivity: Health and Work Organisation](productivity/poisonofmoderntimes/index.md) +# [Productivity: Health and Work Organisation](productivity/index.md) ![](assets/productivity.png) How to use your Body, Mind, and Tools to maximize your Productivity diff --git a/mkdocs.yml b/mkdocs.yml index 3cefa26..748261d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -204,7 +204,7 @@ nav: - Productivity: - - index.md + - productivity/index.md - Productivity Introduction: - productivity/poisonofmoderntimes/index.md - productivity/discipline/index.md