|
9 | 9 |
|
10 | 10 | `clojure-mode` is an Emacs major mode that provides font-lock (syntax
|
11 | 11 | highlighting), indentation, navigation and refactoring support for the
|
12 |
| -[Clojure(Script) programming language](http://clojure.org). |
| 12 | +[Clojure(Script) programming language](https://clojure.org). |
13 | 13 |
|
14 | 14 | -----------
|
15 | 15 |
|
@@ -528,8 +528,8 @@ If you're into Clojure and Emacs you should definitely check it out.
|
528 | 528 |
|
529 | 529 | Tutorials,
|
530 | 530 | 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/). |
533 | 533 | Keep in mind, however, that they might be out-of-date.
|
534 | 534 |
|
535 | 535 | ## Caveats
|
@@ -569,22 +569,22 @@ Batsov, Artur Malabarba, Magnar Sveen and [contributors][].
|
569 | 569 | Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to view it.
|
570 | 570 |
|
571 | 571 | [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 |
577 | 577 | [badge-circleci]: https://circleci.com/gh/clojure-emacs/clojure-mode.svg?style=svg
|
578 | 578 | [circleci]: https://circleci.com/gh/clojure-emacs/clojure-mode
|
579 | 579 | [CIDER]: https://github.com/clojure-emacs/cider
|
580 | 580 | [cider-nrepl]: https://github.com/clojure-emacs/cider-nrepl
|
581 | 581 | [inf-clojure]: https://github.com/clojure-emacs/inf-clojure
|
582 | 582 | [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 |
585 | 585 | [clojure-mode-extra-font-locking]: https://github.com/clojure-emacs/clojure-mode/blob/master/clojure-mode-extra-font-locking.el
|
586 | 586 | [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 |
588 | 588 | [smartparens]: https://github.com/Fuco1/smartparens
|
589 | 589 | [RainbowDelimiters]: https://github.com/Fanael/rainbow-delimiters
|
590 | 590 | [aggressive-indent-mode]: https://github.com/Malabarba/aggressive-indent-mode
|
0 commit comments