You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2024/04/19 10:33:53 UTC

(logging-log4j-tools) branch main updated: Fix edit button

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 26de944  Fix edit button
26de944 is described below

commit 26de9448310a427492ee18979dac80716ea0ede8
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Fri Apr 19 12:33:53 2024 +0200

    Fix edit button
---
 antora-playbook.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora-playbook.yaml b/antora-playbook.yaml
index 42b9607..ab5e91b 100644
--- a/antora-playbook.yaml
+++ b/antora-playbook.yaml
@@ -114,4 +114,4 @@ ui:
     # Fix the `Edit this page` link
     - path: partials/edit-this-page.hbs
       contents: |
-        <div class="edit-this-page"><a href="https://github.com/apache/logging-log4j-kotlin/edit/main/src/site/antora/modules/{{page.module}}/pages/{{page.relativeSrcPath}}">Edit this Page</a></div>
+        <div class="edit-this-page"><a href="https://github.com/apache/logging-log4j-tools/edit/main/src/site/antora/modules/{{page.module}}/pages/{{page.relativeSrcPath}}">Edit this Page</a></div>