emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swift-mode cfaeaff 294/496: Update MELPA URL


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode cfaeaff 294/496: Update MELPA URL
Date: Sun, 29 Aug 2021 11:33:54 -0400 (EDT)

branch: elpa/swift-mode
commit cfaeaff2aabfe00de3208bb72b8163f709c3ef08
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Update MELPA URL
---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 1da8f57..27845fc 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 [![License GPL 3][badge-license]][copying]
 [![Build Status][badge-travis]][travis]
-[![MELPA](http://melpa.org/packages/swift-mode-badge.svg)](http://melpa.org/#/swift-mode)
-[![MELPA 
stable](http://stable.melpa.org/packages/swift-mode-badge.svg)](http://stable.melpa.org/#/swift-mode)
+[![MELPA](https://melpa.org/packages/swift-mode-badge.svg)](https://melpa.org/#/swift-mode)
+[![MELPA 
stable](https://stable.melpa.org/packages/swift-mode-badge.svg)](https://stable.melpa.org/#/swift-mode)
 
 # swift-mode
 
@@ -35,7 +35,7 @@ might be unstable (albeit rarely).
 You can add MELPA to the list of `package.el` repositories like this:
 
 ```el
-(add-to-list 'package-archives '("melpa" . 
"http://melpa.milkbox.net/packages/";))
+(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/";))
 ```
 
 #### MELPA Stable
@@ -46,7 +46,7 @@ You can install the last stable version of `swift-mode` from 
the
 You can add MELPA Stable to the list of `package.el` repositories like this:
 
 ```el
-(add-to-list 'package-archives '("melpa-stable" . 
"http://melpa-stable.milkbox.net/packages/";))
+(add-to-list 'package-archives '("melpa-stable" . 
"https://stable.melpa.org/packages/";))
 ```
 
 ***
@@ -119,8 +119,8 @@ See [COPYING][]. Copyright (c) 2014 Chris Barrett.
 [swift]: https://developer.apple.com/swift/
 [cask]: https://github.com/cask/cask
 [rust-mode]: https://github.com/mozilla/rust/tree/master/src/etc/emacs
-[melpa]: http://melpa.milkbox.net
-[melpa stable]: http://melpa-stable.milkbox.net
+[melpa]: https://melpa.org
+[melpa stable]: https://stable.melpa.org
 [imenu]: http://www.gnu.org/software/emacs/manual/html_node/emacs/Imenu.html
 [flycheck]: http://flycheck.readthedocs.org/en/latest/
 [js-comint]: http://js-comint-el.sourceforge.net/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]