From da22a41f609c74b9720b6d7b5eda334882da0d28 Mon Sep 17 00:00:00 2001
From: Leo Heitmann Ruiz <148111793+leoheitmannruiz@users.noreply.github.com>
Date: Mon, 11 Mar 2024 14:11:32 +0100
Subject: [PATCH] Update link to hugo themes (#590)

---
 exampleSite/config.toml | 2 +-
 exampleSite/config.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6204c9b..a03c5f7 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -45,7 +45,7 @@ enableGitInfo = true
 
 [[menu.after]]
   name = "Hugo Themes"
-  url = "https://themes.gohugo.io/hugo-book/"
+  url = "https://themes.gohugo.io/themes/hugo-book/"
   weight = 20
 
 [params]
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index d80ee95..9eea51e 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -41,7 +41,7 @@ menu:
       url: "https://github.com/alex-shpak/hugo-book"
       weight: 10
     - name: "Hugo Themes"
-      url: "https://themes.gohugo.io/hugo-book/"
+      url: "https://themes.gohugo.io/themes/hugo-book/"
       weight: 20
 
 params:
-- 
GitLab