From b2efff89e1010a9c20ef736fb8537f4c46c412f6 Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Thu, 18 Dec 2025 16:37:32 +0100 Subject: [PATCH] Update example path in link.go comments --- page/link.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page/link.go b/page/link.go index 347b4a2..657f4ba 100644 --- a/page/link.go +++ b/page/link.go @@ -237,9 +237,9 @@ func normalizeConfluenceWebUIPath(path string) string { } // Example: - // /ex/confluence/05594958-6d5d-4e00-9017-90926d8b82d5/wiki/spaces/DVT/pages/5645697027/DX + // /ex/confluence/05532958-2d1d-4f01-2027-90926d8b54d5/wiki/spaces/MySpace/pages/2441299827/TEST // -> - // /wiki/spaces/DVT/pages/5645697027/DX + // /wiki/spaces/MySpace/pages/2441299827/TEST re := regexp.MustCompile(`^/ex/confluence/[^/]+(/wiki/.*)$`) match := re.FindStringSubmatch(path) if len(match) == 2 {