File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ If you're not already using MELPA Stable, add this to your
23
23
``` el
24
24
(require 'package)
25
25
(add-to-list 'package-archives
26
- '("melpa-stable" . "http://melpa- stable.milkbox.net /packages/"))
26
+ '("melpa-stable" . "http://stable.melpa.org /packages/"))
27
27
(package-initialize)
28
28
```
29
29
@@ -33,7 +33,7 @@ of code instead:
33
33
``` el
34
34
(require 'package)
35
35
(add-to-list 'package-archives
36
- '("melpa" . "http://melpa.milkbox.net /packages/") t)
36
+ '("melpa" . "http://melpa.org /packages/") t)
37
37
(package-initialize)
38
38
```
39
39
@@ -210,8 +210,8 @@ Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to vie
210
210
[ CIDER ] : https://github.com/clojure-emacs/cider
211
211
[ Leiningen ] : http://leiningen.org
212
212
[ contributors ] : https://github.com/clojure-emacs/clojure-mode/contributors
213
- [ melpa ] : http://melpa.milkbox.net
214
- [ melpa stable ] : http://melpa- stable.milkbox.net
213
+ [ melpa ] : http://melpa.org
214
+ [ melpa stable ] : http://stable.melpa.org
215
215
[ clojure-mode-extra-font-locking ] : https://github.com/clojure-emacs/clojure-mode/blob/master/clojure-mode-extra-font-locking.el
216
216
[ clj-refactor ] : https://github.com/clojure-emacs/clj-refactor.el
217
217
[ paredit ] : http://mumble.net/~campbell/emacs/paredit.html
You can’t perform that action at this time.
0 commit comments