Skip to content

Commit a91ccfb

Browse files
committed
Update MELPA URL
1 parent 0a5d212 commit a91ccfb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ for variable, functions and current position of function.
2626
* [gocode](https://github.com/nsf/gocode)
2727
* [go-mode](https://github.com/dominikh/go-mode.el)
2828

29-
You can install `go-mode` with package.el from [MELPA](http://melpa.milkbox.net/).
29+
You can install `go-mode` with package.el from [MELPA](https://melpa.org/).
3030
And you can install `gocode` by `go get` as below.
3131

3232
```
@@ -36,11 +36,11 @@ And you can install `gocode` by `go get` as below.
3636

3737
## Installation
3838

39-
You can install `go-eldoc.el` from [MELPA](http://melpa.milkbox.net/) with package.el.
39+
You can install `go-eldoc.el` from [MELPA](https://melpa.org/) with package.el.
4040

4141
```lisp
4242
(require 'package)
43-
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))
43+
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
4444
(package-initialize)
4545
(package-refresh-contents)
4646
```
@@ -73,7 +73,7 @@ like this.
7373

7474
[travis-badge]: https://travis-ci.org/syohex/emacs-go-eldoc.svg
7575
[travis-link]: https://travis-ci.org/syohex/emacs-go-eldoc
76-
[melpa-link]: http://melpa.org/#/go-eldoc
77-
[melpa-stable-link]: http://stable.melpa.org/#/go-eldoc
78-
[melpa-badge]: http://melpa.org/packages/go-eldoc-badge.svg
79-
[melpa-stable-badge]: http://stable.melpa.org/packages/go-eldoc-badge.svg
76+
[melpa-link]: https://melpa.org/#/go-eldoc
77+
[melpa-stable-link]: https://stable.melpa.org/#/go-eldoc
78+
[melpa-badge]: https://melpa.org/packages/go-eldoc-badge.svg
79+
[melpa-stable-badge]: https://stable.melpa.org/packages/go-eldoc-badge.svg

0 commit comments

Comments
 (0)