From: Eric Wong Date: Sun, 1 Jul 2012 08:01:02 +0000 (+0000) Subject: doc: shorten URLs X-Git-Tag: v0.3.0~4 X-Git-Url: https://repo.or.cz/w/local-openid.git/commitdiff_plain/c194df3ffccea000467e932ef5d4f7f18fa68311 doc: shorten URLs bogomips.org went on a URL diet a few years ago. --- diff --git a/GNUmakefile b/GNUmakefile index b20efba..8d61275 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -2,7 +2,7 @@ all:: RUBY = ruby RAKE = rake RSYNC = rsync -GIT_URL = git://git.bogomips.org/local-openid.git +GIT_URL = git://bogomips.org/local-openid.git GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE @./GIT-VERSION-GEN @@ -38,7 +38,7 @@ ChangeLog: GIT-VERSION-FILE mv $@+ $@ news_atom := http://bogomips.org/local-openid/NEWS.atom.xml -cgit_atom := http://git.bogomips.org/cgit/local-openid.git/atom/?h=master +cgit_atom := http://bogomips.org/local-openid.git/atom/?h=master atom = diff --git a/README b/README index 742a55b..1edf6e7 100644 --- a/README +++ b/README @@ -75,14 +75,14 @@ a line if you fix any bugs or notice any security holes in it. You can get the latest source via git from the following locations: - git://git.bogomips.org/local-openid.git - http://git.bogomips.org/local-openid.git + git://bogomips.org/local-openid.git + http://bogomips.org/local-openid.git git://repo.or.cz/local-openid.git (mirror) http://repo.or.cz/r/local-openid.git (mirror) You may browse the code from the web and download the latest tarballs here: -* http://git.bogomips.org/cgit/local-openid.git +* http://bogomips.org/local-openid.git * http://repo.or.cz/w/local-openid.git (gitweb mirror) == Disclaimer diff --git a/Rakefile b/Rakefile index 3f4b240..1bd1474 100644 --- a/Rakefile +++ b/Rakefile @@ -22,8 +22,8 @@ def tags end.compact.sort { |a,b| b[:time] <=> a[:time] } end -cgit_url = "http://git.bogomips.org/cgit/local-openid.git" -git_url = ENV['GIT_URL'] || 'git://git.bogomips.org/local-openid.git' +cgit_url = "http://bogomips.org/local-openid.git" +git_url = ENV['GIT_URL'] || 'git://bogomips.org/local-openid.git' desc 'prints news as an Atom feed' task :news_atom do