diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-07-02 15:29:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-07-02 15:29:42 -0300 |
commit | 66fca95f2a3b373b1472f37b290222bcdec92290 (patch) | |
tree | 7b6ada875ae1eae0bfbf8159f03b929205684905 /ikiwiki.setup | |
parent | 8c41dc261fabb133cb8d67530f6364adce4fef58 (diff) | |
download | keyringer-66fca95f2a3b373b1472f37b290222bcdec92290.tar.gz keyringer-66fca95f2a3b373b1472f37b290222bcdec92290.tar.bz2 |
Updates git URLs
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r-- | ikiwiki.setup | 4 |
1 files changed, 2 insertions, 2 deletions
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/ |