Skip to content

Commit 4935090

Browse files
committed
convert http links into https links
1 parent 8452093 commit 4935090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146

147147
(defgroup rust-mode nil
148148
"Support for Rust code."
149-
:link '(url-link "http://www.rust-lang.org/")
149+
:link '(url-link "https://www.rust-lang.org/")
150150
:group 'languages)
151151

152152
(defcustom rust-indent-offset 4
@@ -172,7 +172,7 @@ function or trait. When nil, where will be aligned with fn or trait."
172172
"Format string to use when submitting code to the playpen"
173173
:type 'string
174174
:group 'rust-mode)
175-
(defcustom rust-shortener-url-format "http://is.gd/create.php?format=simple&url=%s"
175+
(defcustom rust-shortener-url-format "https://is.gd/create.php?format=simple&url=%s"
176176
"Format string to use for creating the shortened link of a playpen submission"
177177
:type 'string
178178
:group 'rust-mode)

0 commit comments

Comments
 (0)