From cbb9225cd7b49fb6021b4e73b5de44256bc97a14 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 29 May 2019 21:13:52 +0100 Subject: [PATCH] supybot: update some git display links to use github --- cookbooks/supybot/templates/default/git.conf.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cookbooks/supybot/templates/default/git.conf.erb b/cookbooks/supybot/templates/default/git.conf.erb index a0066aa97..c0a54a3d8 100644 --- a/cookbooks/supybot/templates/default/git.conf.erb +++ b/cookbooks/supybot/templates/default/git.conf.erb @@ -5,7 +5,7 @@ short name = osm-website url = https://git.openstreetmap.org/public/rails.git branch = master -commit link = https://git.osm.org/rails.git/commitdiff/%c +commit link = https://github.com/openstreetmap/openstreetmap-website/commit/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l @@ -19,7 +19,7 @@ channels = #osm-dev short name = osm-chef-public url = https://git.openstreetmap.org/public/chef.git branch = master -commit link = https://git.osm.org/chef.git/commitdiff/%c +commit link = https://github.com/openstreetmap/chef/commit/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l @@ -27,7 +27,7 @@ commit message = [%s|%b|%a] %m %l short name = osm-cgimap url = https://git.openstreetmap.org/public/cgimap.git branch = master -commit link = https://git.osm.org/cgimap.git/commitdiff/%c +commit link = https://github.com/openstreetmap/cgimap/commit/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l @@ -35,7 +35,7 @@ commit message = [%s|%b|%a] %m %l short name = osm-dns url = https://git.openstreetmap.org/public/dns.git branch = master -commit link = https://git.osm.org/dns.git/commitdiff/%c +commit link = https://github.com/openstreetmap/dns/commit/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l @@ -43,7 +43,7 @@ commit message = [%s|%b|%a] %m %l short name = osm-potlatch2 url = https://git.openstreetmap.org/public/potlatch2.git branch = master -commit link = https://git.osm.org/potlatch2.git/commitdiff/%c +commit link = https://github.com/openstreetmap/potlatch2/commit/%c channels = #osm-dev commit message = [%s|%b|%a] %m %l -- 2.43.2