summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/install.texi2
-rw-r--r--doc/macros.texi6
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}