From 2d8058f7f834106230e0aef637b05b0a8b83882b Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 15 Sep 2012 21:52:28 +0200 Subject: New download link --- doc/install.texi | 2 +- doc/macros.texi | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/install.texi b/doc/install.texi index 993cc71..9a69464 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -32,7 +32,7 @@ to the fun. @cindex use the source, Luke You'll also need Geiser itself. The latest release tarball can be found -@downfile{, here}, while older versions are @uref{@value{DOWN_BASE}/, +@downfile{, here}, while older versions are @uref{@value{OLD_DOWN_BASE}/, here}. Just download @downfile{@value{TARBALL}, @value{TARBALL}} and untar it in a directory of your choice. diff --git a/doc/macros.texi b/doc/macros.texi index a7d965d..77c626b 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -2,11 +2,13 @@ @set GUILE_VERSION 2.0 @set RACKET_VERSION 5.3 @set EMACS_VERSION 23.2 -@set DOWN_BASE http://download.savannah.nongnu.org/@/releases/@/geiser +@set DOWN_BASE https://github.com/@/jaor/@/geiser/@/downloads +@set OLD_DOWN_BASE http://download.savannah.nongnu.org/@/releases/@/geiser @set TARBALL geiser-@value{VERSION}.tar.gz @macro downfile{FILE, CAPT} -@uref{@value{DOWN_BASE}/@/@value{VERSION}/@/\FILE\, \CAPT\} +@c @uref{@value{DOWN_BASE}/@/@value{VERSION}/@/\FILE\, \CAPT\} +@uref{@value{DOWN_BASE}/@/\FILE\, \CAPT\} @end macro @macro vblurb{GVERS, RVERS, DATE} -- cgit v1.2.3