about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-07-01 08:01:02 +0000
committerEric Wong <normalperson@yhbt.net>2012-07-01 08:01:02 +0000
commitc194df3ffccea000467e932ef5d4f7f18fa68311 (patch)
tree3ba59e2cc5287ab93e3764779db97ef316d6dbcf /GNUmakefile
parent1ace6029b574443965ef6b2fc872f6517b430e20 (diff)
downloadlocal-openid-c194df3ffccea000467e932ef5d4f7f18fa68311.tar.gz
doc: shorten URLs
bogomips.org went on a URL diet a few years ago.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
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 = <link rel="alternate" title="Atom feed" href="$(1)" \
              type="application/atom+xml"/>