diff --git a/changelogs/internal/newsfragments/2137.clarification b/changelogs/internal/newsfragments/2137.clarification new file mode 100644 index 00000000..6503f22b --- /dev/null +++ b/changelogs/internal/newsfragments/2137.clarification @@ -0,0 +1 @@ +Update the header navigation menu with links to modern matrix.org. Contributed by @HarHarLinks. diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 3394c942..b31416c2 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -23,15 +23,15 @@ description = "Home of the Matrix specification for decentralised communication" [menus] [[menus.main]] name = 'Foundation' - url = 'https://matrix.org/foundation/' + url = 'https://matrix.org/foundation/about/' weight = 10 [[menus.main]] - name = 'FAQs' - url = 'https://matrix.org/faq' + name = 'User Docs' + url = 'https://matrix.org/docs/' weight = 20 [[menus.main]] name = 'Blog' - url = 'https://matrix.org/blog/posts' + url = 'https://matrix.org/blog/' weight = 30 [markup]