From b6f29c9e64b75057f7d8fbd99683942dbcd3c7a6 Mon Sep 17 00:00:00 2001 From: nd <git@notandy.de> Date: Sun, 28 May 2023 00:10:17 +0200 Subject: [PATCH] fix voc links --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index eb8180d..e4a10b3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -41,7 +41,8 @@ nav: - styleguide.md - faq.md - 'Map': 'https://map.events.ccc.de/camp/2023/map/' - - 'Livestreams and recordings': 'https://media.ccc.de' + - 'Livestreams': 'https://streaming.media.ccc.de' + - 'Recordings': 'https://media.ccc.de' - 'Principles of our event and community': 'https://help.ccc.de/principles.en.html' - 'Help!': 'https://help.ccc.de/index.en.html' - 'Imprint & Privacy Policy': 'https://legal.cccv.de' -- GitLab