diff options
| author | Chunyang Xu <xuchunyang.me@gmail.com> | 2016-09-06 19:45:47 +0800 | 
|---|---|---|
| committer | Chunyang Xu <xuchunyang.me@gmail.com> | 2016-09-06 19:45:47 +0800 | 
| commit | dcd20b4b0e54522e681a2fb8fdb69858de43f162 (patch) | |
| tree | 8e366eea0ea60db56844380ce031b57e4f7cbd62 | |
| parent | c8148d9ebf34f37d4cbfb38d82222bb989f1b02a (diff) | |
| download | geiser-dcd20b4b0e54522e681a2fb8fdb69858de43f162.tar.gz geiser-dcd20b4b0e54522e681a2fb8fdb69858de43f162.tar.bz2 | |
Fix link to melpa-stable
| -rw-r--r-- | doc/install.texi | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/doc/install.texi b/doc/install.texi index 008aa88..6f89fbd 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -57,7 +57,7 @@ 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.org/#/geiser, MELPA stable} or, if you +@uref{http://stable.melpa.org/#/geiser, MELPA stable} or, if you  like living on the bleeding edge,  @uref{http://melpa.org/#/geiser, MELPA} (directly from the git  repo).  To tell Emacs that an ELPA repo exists, you add it to @@ -69,7 +69,7 @@ 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.org/packages/") +  ;; '("melpa-stable" . "http://stable.melpa.org/packages/")    '("melpa-unstable" . "http://melpa.org/packages/"))  (package-initialize) | 
