From e633186b32b027bb24112ed5d139812b41ab9f16 Mon Sep 17 00:00:00 2001 From: Christian Shtarkov Date: Thu, 24 Oct 2024 16:24:48 +0100 Subject: [PATCH] Change source link to gitweb --- onerc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onerc.el b/onerc.el index ff752e3..4da3984 100644 --- a/onerc.el +++ b/onerc.el @@ -18,7 +18,7 @@ ".") (:p "Built with " (:a (@ :href "https://one.tonyaldon.com") "one.el") - " (" (:a (@ :href "/shtarkov.net.git/") "source") ")"))) + " (" (:a (@ :href "/gitweb/?p=shtarkov.net.git") "source") ")"))) (defun shtarkov.net-category (custom-id) (cadr (string-split custom-id "/"))) -- 2.43.5