From cfb211595e7e794e717c0ada7ce171d41344cb70 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Sat, 1 Apr 2023 12:28:36 +1000 Subject: [PATCH] Fix editthispage links --- .zs/editthispage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zs/editthispage b/.zs/editthispage index 849729b..f9374f0 100755 --- a/.zs/editthispage +++ b/.zs/editthispage @@ -1,7 +1,7 @@ #!/bin/sh -GITEA_BASE_URL="https://git.mills.io/prologic/zs-starter-template/_edit/main/index.md" +GITEA_BASE_URL="https://git.mills.io/prologic/zs-starter-template/_edit/main" url="${GITEA_BASE_URL}/${ZS_FILE}" -printf "✍️ Edit this page on Gitea." "$url" +printf "✍️ Edit this page on Gitea." "$url"