diff --git a/pkg/mark/link.go b/pkg/mark/link.go index c107c64c..0c162eef 100644 --- a/pkg/mark/link.go +++ b/pkg/mark/link.go @@ -203,9 +203,9 @@ func getConfluenceLink( } if page != nil { - // Needs baseURL, as REST api response URL doesn't contain subpath ir - // confluence is server from that - link = api.BaseURL + page.Links.Full + // Confluence supports relative links to reference other pages: + // https://confluence.atlassian.com/doc/links-776656293.html + link = page.Links.Full } return link, nil