diff --git a/docs/alps/index.md b/docs/alps/index.md
index 3b2a54f6..9b95316f 100644
--- a/docs/alps/index.md
+++ b/docs/alps/index.md
@@ -41,7 +41,7 @@ To contact CSCS staff directly, users can join their dedicated [Slack channel :m
## Introductory Workshop Material
-As an introduction to the Alps infrastructure, the material of our [C2SM workshop "Switching to Alps"](../blog/posts/2024-07-02_switching_to_Alps.md) from August 12, 2024 is available:
+As an introduction to the Alps infrastructure, the material of our [C2SM workshop "Switching to Alps"](../posts/2024-07-02_switching_to_Alps.md) from August 12, 2024 is available:
- [Recording :material-download:](https://polybox.ethz.ch/index.php/s/oSxyJgTjyvJKX8B){:target="_blank"}
- [Slides presenting Alps, vClusters and Uenvs :material-download:](https://polybox.ethz.ch/index.php/s/jvtIYkBvHUSGZYD){:target="_blank"}
diff --git a/docs/posts/2024-07-01_new_design.md b/docs/posts/2024-07-01_new_design.md
index 48d3f987..90f65695 100644
--- a/docs/posts/2024-07-01_new_design.md
+++ b/docs/posts/2024-07-01_new_design.md
@@ -23,7 +23,7 @@ A big advantage of Material for MkDocs is how it helps us keep a consistent styl
- News are managed with the `blog` feature and appear more prominently in the navigation bar
- Table of Content now visible for each site on the right side bar
- Clear distinction between internal and external hyperlinks
-- Replaced [Datasets](../../datasets/climate_model_data.md) tables with sections and listings
+- Replaced [Datasets](../datasets/climate_model_data.md) tables with sections and listings
- The [source code :material-open-in-new:](https://github.com/C2SM/c2sm.github.io){:target="_blank"} is now public (so you can try it out by yourself)
## Your Thoughts Matter
diff --git a/docs/posts/2024-08-14_alps.md b/docs/posts/2024-08-14_alps.md
index b38ee81d..b4555721 100644
--- a/docs/posts/2024-08-14_alps.md
+++ b/docs/posts/2024-08-14_alps.md
@@ -8,7 +8,7 @@ categories:
# New information about the Alps system available
Since the transition from Piz Daint to the new Alps infrastructure is already taking place,
-we have added a new navigation section [Alps](../../alps/index.md) to collect all necessary information there.
+we have added a new navigation section [Alps](../alps/index.md) to collect all necessary information there.
Most importantly, C2SM users will find details about the new vClusters as well as how to
use User Environments (uenvs) in order to access the software stacks.
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index ce6aa815..327eb94e 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -56,9 +56,9 @@ plugins:
archive: true
archive_dir: ./
archive_url_format: "{date}"
- categories_dir: ./
- categories_url_format: "{slug}"
- post_url_format: "{date}/{slug}"
+ categories_url_format: "category_{slug}"
+ post_url_format: "{date}-{slug}"
+ post_url_date_format: yyyy-MM-dd
extra_css:
- stylesheets/extra.css
theme: