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
2323``` el
2424(require 'package)
2525(add-to-list 'package-archives
26- '("melpa-stable" . "http://melpa- stable.milkbox.net /packages/"))
26+ '("melpa-stable" . "http://stable.melpa.org /packages/"))
2727(package-initialize)
2828```
2929
@@ -33,7 +33,7 @@ of code instead:
3333``` el
3434(require 'package)
3535(add-to-list 'package-archives
36- '("melpa" . "http://melpa.milkbox.net /packages/") t)
36+ '("melpa" . "http://melpa.org /packages/") t)
3737(package-initialize)
3838```
3939
@@ -210,8 +210,8 @@ Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to vie
210210[ CIDER ] : https://github.com/clojure-emacs/cider
211211[ Leiningen ] : http://leiningen.org
212212[ 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
215215[ clojure-mode-extra-font-locking ] : https://github.com/clojure-emacs/clojure-mode/blob/master/clojure-mode-extra-font-locking.el
216216[ clj-refactor ] : https://github.com/clojure-emacs/clj-refactor.el
217217[ paredit ] : http://mumble.net/~campbell/emacs/paredit.html
You can’t perform that action at this time.
0 commit comments