summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2014-11-01 03:51:05 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2014-11-01 03:51:05 +0100
commit3f51ab24fc5c771d15dcdb11d188d7565ad428d5 (patch)
tree7073487ad17ca0a068a9f27109fae488a7b9708d
parent207e2a926ad78c852fee19b3066cfcb74d2bf195 (diff)
downloadgeiser-3f51ab24fc5c771d15dcdb11d188d7565ad428d5.tar.gz
geiser-3f51ab24fc5c771d15dcdb11d188d7565ad428d5.tar.bz2
New MELPA URLs
-rw-r--r--doc/install.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install.texi b/doc/install.texi
index c55bc42..095d1ff 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -47,9 +47,9 @@ where to find the goodies.
ELPA packages live in repositories accessible via HTTP. You can find
Geiser's package in either
-@uref{http://melpa-stable.milkbox.net/#/geiser, MELPA stable} or, if you
+@uref{http://melpa-stable.org/#/geiser, MELPA stable} or, if you
like living on the bleeding edge,
-@uref{http://melpa.milkbox.net/#/geiser, MELPA} (directly from the git
+@uref{http://melpa.org/#/geiser, MELPA} (directly from the git
repo). To tell Emacs that an ELPA repo exists, you add it to
@code{package-archives}:
@@ -59,8 +59,8 @@ repo). To tell Emacs that an ELPA repo exists, you add it to
(add-to-list 'package-archives
;; choose either the stable or the latest git version:
- ;; '("melpa-stable" . "http://melpa-stable.milkbox.net/packages/")
- '("melpa-unstable" . "http://melpa.milkbox.net/packages/"))
+ ;; '("melpa-stable" . "http://melpa-stable.org/packages/")
+ '("melpa-unstable" . "http://melpa.org/packages/"))
(package-initialize)
@end example