From: Silvio Rhatto Date: Sat, 2 Jul 2016 18:29:42 +0000 (-0300) Subject: Updates git URLs X-Git-Tag: 0.4.0~4 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=66fca95f2a3b373b1472f37b290222bcdec92290;p=keyringer.git Updates git URLs --- diff --git a/ikiwiki.setup b/ikiwiki.setup index 8cb0316..f316524 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -28,8 +28,8 @@ use IkiWiki::Setup::Standard { # Git stuff. rcs => "git", - historyurl => "https://git.fluxo.info/?p=keyringer.git;a=history;f=[[file]]", - diffurl => "https://git.fluxo.info/?p=keyringer.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]", + historyurl => "https://git.fluxo.info/keyringer/log/[[file]]", + diffurl => 'https://git.fluxo.info/keyringer/commit/[[file]]?id=[[sha1_commit]]', #gitorigin_branch => "origin", #gitmaster_branch => "master", # See https://ikiwiki.info/tips/laptop_wiki_with_git/