From fda946e483f7a6ef9d50a64a4252d4e4370e0f71 Mon Sep 17 00:00:00 2001
From: Sebastian Hagn <sebastian@hagn.me>
Date: Mon, 29 Jan 2024 23:55:30 +0000
Subject: [PATCH] Fix link to the Hugo Theme page in Quick Start (#884)

---
 docs/quick-start.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/quick-start.md b/docs/quick-start.md
index 22cf8dd..4d7267f 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -6,7 +6,7 @@
 2. Configure your `config.toml`. You can use [this minimal configuration](https://github.com/luizdepra/hugo-coder/blob/main/docs/configurations.md#complete-example) as a base. The [`config.toml`](https://github.com/luizdepra/hugo-coder/blob/master/exampleSite/config.toml) inside the [exampleSite](https://github.com/luizdepra/hugo-coder/tree/master/exampleSite) from the `exampleSite` is also a good reference.
 3. Build your site with `hugo serve` and see the result at `http://localhost:1313/`.
 
-If you just want to test this theme, go to [this page](https://themes.gohugo.io/theme/hugo-coder/).
+If you just want to test this theme, go to [this page](https://themes.gohugo.io/themes/hugo-coder/).
 
 You can also clone or download it, then run these commands:
 

--
Gitblit v1.10.0