Skip to content

Commit

Permalink
Move flycheck.org to HTTPS
Browse files Browse the repository at this point in the history
Thanks for readthedocs now providing free SSL certificates for custom
domains.

We need to point to HTTPS images as well for avoiding mixed-content
warning.
  • Loading branch information
fmdkdd committed Oct 22, 2018
1 parent f85eb1c commit 0a54ce1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
@@ -1,11 +1,11 @@
# [![Flycheck][logo]](http://www.flycheck.org) #
# [![Flycheck][logo]](https://www.flycheck.org) #

[![License GPL 3](https://img.shields.io/github/license/flycheck/flycheck.svg)][COPYING]
[![Join the chat](https://img.shields.io/gitter/room/flycheck/flycheck.svg)](https://gitter.im/flycheck/flycheck)
[![MELPA stable version](http://stable.melpa.org/packages/flycheck-badge.svg)](http://stable.melpa.org/#/flycheck)
[![MELPA stable version](http://stable.melpa.org/packages/flycheck-badge.svg)](https://stable.melpa.org/#/flycheck)
[![Build Status](https://img.shields.io/travis/flycheck/flycheck/master.svg)](https://travis-ci.org/flycheck/flycheck)

<http://www.flycheck.org>
<https://www.flycheck.org>

Modern on-the-fly syntax checking extension for GNU Emacs. [Try it][]!

Expand Down Expand Up @@ -40,13 +40,13 @@ PARTICULAR PURPOSE. See the [GNU General Public License][copying] for more
details.

[COPYING]: https://github.com/flycheck/flycheck/blob/master/COPYING
[manual]: http://www.flycheck.org/en/latest/index.html#the-user-guide
[manual]: https://www.flycheck.org/en/latest/index.html#the-user-guide
[logo]: https://raw.githubusercontent.com/flycheck/flycheck/master/doc/_static/logo.png
[try it]: http://www.flycheck.org/en/latest/#try-out
[Installation]: http://www.flycheck.org/en/latest/user/installation.html
[Quickstart]: http://www.flycheck.org/en/latest/user/quickstart.html
[try it]: https://www.flycheck.org/en/latest/#try-out
[Installation]: https://www.flycheck.org/en/latest/user/installation.html
[Quickstart]: https://www.flycheck.org/en/latest/user/quickstart.html
[sx]: https://emacs.stackexchange.com/questions/tagged/flycheck
[gitter]: https://gitter.im/flycheck/flycheck
[Issue Tracker]: https://github.com/flycheck/flycheck/issues
[contrib]: http://www.flycheck.org/en/latest/contributor/contributing.html
[coc]: http://www.flycheck.org/en/latest/community/conduct.html
[contrib]: https://www.flycheck.org/en/latest/contributor/contributing.html
[coc]: https://www.flycheck.org/en/latest/community/conduct.html
2 changes: 1 addition & 1 deletion doc/_templates/about.html
Expand Up @@ -35,7 +35,7 @@ <h1 class="logo"><a href="{{ pathto(master_doc) }}">{{ project }}</a></h1>
</a>
</p>
<p>
<a href="http://stable.melpa.org/#/flycheck"><img alt="MELPA Stable" src="http://stable.melpa.org/packages/flycheck-badge.svg"/></a>
<a href="https://stable.melpa.org/#/flycheck"><img alt="MELPA Stable" src="https://stable.melpa.org/packages/flycheck-badge.svg"/></a>
</p>
<p>
<a href="https://melpa.org/#/flycheck"><img alt="MELPA" src="https://melpa.org/packages/flycheck-badge.svg"/></a>
Expand Down

0 comments on commit 0a54ce1

Please sign in to comment.