aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-25 17:05:20 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-25 17:05:20 -0200
commit5d828cb78811bbb5c260b3e45f0e7e7a7b9dba3f (patch)
treea88badd6405f9dd9e29042157259ccf6a1ff36bd /templates
parent401506d4a65d5c1de886627a7528829517e05c92 (diff)
downloadpuppet-ikiwiki-5d828cb78811bbb5c260b3e45f0e7e7a7b9dba3f.tar.gz
puppet-ikiwiki-5d828cb78811bbb5c260b3e45f0e7e7a7b9dba3f.tar.bz2
Fix at gitweb url
Diffstat (limited to 'templates')
-rw-r--r--templates/ikiwiki.setup.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/ikiwiki.setup.erb b/templates/ikiwiki.setup.erb
index 6a30cfa..2aa06cd 100644
--- a/templates/ikiwiki.setup.erb
+++ b/templates/ikiwiki.setup.erb
@@ -28,8 +28,8 @@ use IkiWiki::Setup::Standard {
# Git stuff.
rcs => "git",
- historyurl => "http://git.<%= domain %>/gitweb.cgi?p=<%= name %>.git;a=history;f=[[file]]",
- diffurl => "http://git.<%= domain %>/gitweb.cgi?p=<%= name %>.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
+ historyurl => "http://git.<%= domain %>/?p=<%= name %>.git;a=history;f=[[file]]",
+ diffurl => "http://git.<%= domain %>/?p=<%= name %>.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
#gitorigin_branch => "origin",
#gitmaster_branch => "master",