Skip to content

Commit 192a466

Browse files
authored
Replace http -> https everywhere (#655)
1 parent dae21f8 commit 192a466

20 files changed

+41
-41
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ manually (e.g. via `homebrew`), instead of the ancient Emacs 22 that comes bundl
4848
See [this article][8] for more details.
4949

5050
[1]: https://github.com/clojure-emacs/clojure-mode/issues
51-
[2]: http://gun.io/blog/how-to-github-fork-branch-and-pull-request
52-
[3]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
51+
[2]: https://gun.io/blog/how-to-github-fork-branch-and-pull-request
52+
[3]: https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
5353
[4]: https://help.github.com/articles/using-pull-requests
54-
[5]: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
54+
[5]: https://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
5555
[6]: https://github.com/clojure-emacs/clojure-mode/blob/master/CHANGELOG.md
5656
[7]: https://github.com/cask/cask
5757
[8]: https://emacsredux.com/blog/2015/05/09/emacs-on-os-x/

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
`clojure-mode` is an Emacs major mode that provides font-lock (syntax
1111
highlighting), indentation, navigation and refactoring support for the
12-
[Clojure(Script) programming language](http://clojure.org).
12+
[Clojure(Script) programming language](https://clojure.org).
1313

1414
-----------
1515

@@ -528,8 +528,8 @@ If you're into Clojure and Emacs you should definitely check it out.
528528

529529
Tutorials,
530530
targeting Emacs beginners, are available at
531-
[clojure-doc.org](http://clojure-doc.org/articles/tutorials/emacs/) and
532-
[Clojure for the Brave and the True](http://www.braveclojure.com/basic-emacs/).
531+
[clojure-doc.org](https://clojure-doc.org/articles/tutorials/editors/) and
532+
[Clojure for the Brave and the True](https://www.braveclojure.com/basic-emacs/).
533533
Keep in mind, however, that they might be out-of-date.
534534

535535
## Caveats
@@ -569,22 +569,22 @@ Batsov, Artur Malabarba, Magnar Sveen and [contributors][].
569569
Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to view it.
570570

571571
[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
572-
[melpa-badge]: http://melpa.org/packages/clojure-mode-badge.svg
573-
[melpa-stable-badge]: http://stable.melpa.org/packages/clojure-mode-badge.svg
574-
[melpa-package]: http://melpa.org/#/clojure-mode
575-
[melpa-stable-package]: http://stable.melpa.org/#/clojure-mode
576-
[COPYING]: http://www.gnu.org/copyleft/gpl.html
572+
[melpa-badge]: https://melpa.org/packages/clojure-mode-badge.svg
573+
[melpa-stable-badge]: https://stable.melpa.org/packages/clojure-mode-badge.svg
574+
[melpa-package]: https://melpa.org/#/clojure-mode
575+
[melpa-stable-package]: https://stable.melpa.org/#/clojure-mode
576+
[COPYING]: https://www.gnu.org/copyleft/gpl.html
577577
[badge-circleci]: https://circleci.com/gh/clojure-emacs/clojure-mode.svg?style=svg
578578
[circleci]: https://circleci.com/gh/clojure-emacs/clojure-mode
579579
[CIDER]: https://github.com/clojure-emacs/cider
580580
[cider-nrepl]: https://github.com/clojure-emacs/cider-nrepl
581581
[inf-clojure]: https://github.com/clojure-emacs/inf-clojure
582582
[contributors]: https://github.com/clojure-emacs/clojure-mode/contributors
583-
[melpa]: http://melpa.org
584-
[melpa stable]: http://stable.melpa.org
583+
[melpa]: https://melpa.org
584+
[melpa stable]: https://stable.melpa.org
585585
[clojure-mode-extra-font-locking]: https://github.com/clojure-emacs/clojure-mode/blob/master/clojure-mode-extra-font-locking.el
586586
[clj-refactor]: https://github.com/clojure-emacs/clj-refactor.el
587-
[paredit]: http://mumble.net/~campbell/emacs/paredit.html
587+
[paredit]: https://mumble.net/~campbell/emacs/paredit.html
588588
[smartparens]: https://github.com/Fuco1/smartparens
589589
[RainbowDelimiters]: https://github.com/Fanael/rainbow-delimiters
590590
[aggressive-indent-mode]: https://github.com/Malabarba/aggressive-indent-mode

clojure-mode-extra-font-locking.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright © 2014-2021 Bozhidar Batsov
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
6-
;; URL: http://github.com/clojure-emacs/clojure-mode
6+
;; URL: https://github.com/clojure-emacs/clojure-mode
77
;; Version: 3.0.0
88
;; Keywords: languages, lisp
99
;; Package-Requires: ((clojure-mode "3.0"))

clojure-mode.el

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; Artur Malabarba <[email protected]>
1111
;; Magnar Sveen <[email protected]>
1212
;; Maintainer: Bozhidar Batsov <[email protected]>
13-
;; URL: http://github.com/clojure-emacs/clojure-mode
13+
;; URL: https://github.com/clojure-emacs/clojure-mode
1414
;; Keywords: languages clojure clojurescript lisp
1515
;; Version: 5.16.2
1616
;; Package-Requires: ((emacs "25.1"))
@@ -20,7 +20,7 @@
2020
;;; Commentary:
2121

2222
;; Provides font-lock, indentation, navigation and basic refactoring for the
23-
;; Clojure programming language (http://clojure.org).
23+
;; Clojure programming language (https://clojure.org).
2424

2525
;; Using clojure-mode with paredit or smartparens is highly recommended.
2626

@@ -32,10 +32,10 @@
3232
;; ;; require or autoload smartparens
3333
;; (add-hook 'clojure-mode-hook #'smartparens-strict-mode)
3434

35-
;; See inf-clojure (http://github.com/clojure-emacs/inf-clojure) for
35+
;; See inf-clojure (https://github.com/clojure-emacs/inf-clojure) for
3636
;; basic interaction with Clojure subprocesses.
3737

38-
;; See CIDER (http://github.com/clojure-emacs/cider) for
38+
;; See CIDER (https://github.com/clojure-emacs/cider) for
3939
;; better interaction with subprocesses via nREPL.
4040

4141
;;; License:
@@ -808,12 +808,12 @@ Called by `imenu--generic-function'."
808808
(eval-and-compile
809809
(defconst clojure--sym-forbidden-rest-chars "][\";@\\^`~\(\)\{\}\\,\s\t\n\r"
810810
"A list of chars that a Clojure symbol cannot contain.
811-
See definition of `macros': URL `http://git.io/vRGLD'.")
811+
See definition of `macros': URL `https://git.io/vRGLD'.")
812812
(defconst clojure--sym-forbidden-1st-chars (concat clojure--sym-forbidden-rest-chars "0-9:'")
813813
"A list of chars that a Clojure symbol cannot start with.
814-
See the for-loop: URL `http://git.io/vRGTj' lines: URL
815-
`http://git.io/vRGIh', URL `http://git.io/vRGLE' and value
816-
definition of `macros': URL `http://git.io/vRGLD'.")
814+
See the for-loop: URL `https://git.io/vRGTj' lines: URL
815+
`https://git.io/vRGIh', URL `https://git.io/vRGLE' and value
816+
definition of `macros': URL `https://git.io/vRGLD'.")
817817
(defconst clojure--sym-regexp
818818
(concat "[^" clojure--sym-forbidden-1st-chars "][^" clojure--sym-forbidden-rest-chars "]*")
819819
"A regexp matching a Clojure symbol or namespace alias.

test/clojure-mode-bytecomp-warnings.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;; GNU General Public License for more details.
1414

1515
;; You should have received a copy of the GNU General Public License
16-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1717

1818
;; This file is not part of GNU Emacs.
1919

test/clojure-mode-convert-collection-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; GNU General Public License for more details.
1616

1717
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
2121

test/clojure-mode-cycling-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; GNU General Public License for more details.
1616

1717
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
2121

test/clojure-mode-external-interaction-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; GNU General Public License for more details.
1616

1717
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Code:
2121

test/clojure-mode-font-lock-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
;; GNU General Public License for more details.
1717

1818
;; You should have received a copy of the GNU General Public License
19-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

2121
;;; Commentary:
2222

test/clojure-mode-indentation-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; GNU General Public License for more details.
1616

1717
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
2121

test/clojure-mode-promote-fn-literal-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;; GNU General Public License for more details.
1414

1515
;; You should have received a copy of the GNU General Public License
16-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1717

1818
;;; Commentary:
1919

test/clojure-mode-refactor-add-arity-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;; GNU General Public License for more details.
1414

1515
;; You should have received a copy of the GNU General Public License
16-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1717

1818

1919
;;; Commentary:

test/clojure-mode-refactor-let-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; GNU General Public License for more details.
1616

1717
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
2121

test/clojure-mode-refactor-rename-ns-alias-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;; GNU General Public License for more details.
1414

1515
;; You should have received a copy of the GNU General Public License
16-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1717

1818

1919
;;; Commentary:

test/clojure-mode-refactor-threading-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; GNU General Public License for more details.
1616

1717
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
2121

test/clojure-mode-safe-eval-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
;; GNU General Public License for more details.
1717

1818
;; You should have received a copy of the GNU General Public License
19-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

2121
;;; Commentary:
2222

test/clojure-mode-sexp-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; GNU General Public License for more details.
1616

1717
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Code:
2121

test/clojure-mode-syntax-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; GNU General Public License for more details.
1616

1717
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
2121

test/clojure-mode-util-test.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; GNU General Public License for more details.
1616

1717
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
2121

@@ -156,7 +156,7 @@
156156
(it "should sort requires in ns with copyright disclamer and comments"
157157
(with-clojure-buffer ";; Copyright (c) John Doe. All rights reserved.
158158
;; The use and distribution terms for this software are covered by the
159-
;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
159+
;; Eclipse Public License 1.0 (https://opensource.org/license/epl-1-0/)
160160
(ns clojure.core
161161
(:require
162162
;; The first comment
@@ -169,7 +169,7 @@
169169
(expect (buffer-string) :to-equal
170170
";; Copyright (c) John Doe. All rights reserved.
171171
;; The use and distribution terms for this software are covered by the
172-
;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
172+
;; Eclipse Public License 1.0 (https://opensource.org/license/epl-1-0/)
173173
(ns clojure.core
174174
(:require
175175
;; Middle comment

test/utils/test-helper.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; GNU General Public License for more details.
1616

1717
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
2121

0 commit comments

Comments
 (0)