From 1b61f09eea2a67ef791fbbabd6ed738ea2eb4c1f Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Mon, 31 Jan 2022 23:08:34 +0000
Subject: [PATCH] correct homepage regression #73

---
 exampleSite/content/tutorials/example/_index.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exampleSite/content/tutorials/example/_index.md b/exampleSite/content/tutorials/example/_index.md
index 7d837d0..af9b5c7 100644
--- a/exampleSite/content/tutorials/example/_index.md
+++ b/exampleSite/content/tutorials/example/_index.md
@@ -5,4 +5,4 @@
 
 Welcome to the Compose theme user guide! This guide shows you how to get started creating technical documentation sites using Compose, including site customization and how to use Compose's blocks and templates.
 
-{{< button "./install-theme/" "Get started now" >}}
+{{< button "../../docs/compose/install-theme/" "Get started now" >}}

--
Gitblit v1.10.0