summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-01-19 18:54:07 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-01-19 18:54:07 +0100
commitda22081dce07f85ae7e1892674cb6566225a4a92 (patch)
treeca818211f96360b1efcb031156348b00104bce7a
parent453eb6b09252c5b936e6e36139f3b4e038ce93d4 (diff)
downloadgeiser-da22081dce07f85ae7e1892674cb6566225a4a92.tar.gz
geiser-da22081dce07f85ae7e1892674cb6566225a4a92.tar.bz2
Download links fixed0.3
-rw-r--r--doc/install.texi7
-rw-r--r--doc/macros.texi8
2 files changed, 6 insertions, 9 deletions
diff --git a/doc/install.texi b/doc/install.texi
index 70b73bd..daad928 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -86,10 +86,9 @@ you just installed!
@subsubheading Downloading Geiser
@cindex use the source, Luke
-The latest release tarball can be found @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.
+The latest release tarball can be found @downfile{, here}. Just
+download @downfile{@value{TARBALL}, @value{TARBALL}} and untar it in a
+directory of your choice.
If you feel like living on the bleeding edge, just grab Geiser from its
Git repository @uref{http://git.savannah.nongnu.org/cgit/geiser.git/, over
diff --git a/doc/macros.texi b/doc/macros.texi
index 596fcac..1290bfd 100644
--- a/doc/macros.texi
+++ b/doc/macros.texi
@@ -3,15 +3,13 @@
@set GUILE_VERSION 2.0
@set RACKET_VERSION 5.3
@set EMACS_VERSION 23.2
-@set DOWN_BASE https://github.com/@/jaor/@/geiser/@/downloads
-@set OLD_DOWN_BASE http://download.savannah.gnu.org/@/releases/@/geiser
-@set PACKAGE_REPO @value{OLD_DOWN_BASE}/@/packages
+@set DOWN_BASE http://download.savannah.gnu.org/@/releases/@/geiser
+@set PACKAGE_REPO @value{DOWN_BASE}/@/packages
@set PACKAGE @value{PACKAGE_REPO}/@/geiser-@value{VERSION}.tar
@set TARBALL geiser-@value{VERSION}.tar.gz
@macro downfile{FILE, CAPT}
-@c @uref{@value{DOWN_BASE}/@/@value{VERSION}/@/\FILE\, \CAPT\}
-@uref{@value{DOWN_BASE}/@/\FILE\, \CAPT\}
+@uref{@value{DOWN_BASE}/@/@value{VERSION}/@/\FILE\, \CAPT\}
@end macro
@macro vblurb{GVERS, RVERS, DATE}