summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldir Pimenta <waldyrious@gmail.com>2020-01-01 22:47:41 +0000
committerGitHub <noreply@github.com>2020-01-01 22:47:41 +0000
commit8a8d0522db75529f074d4ee493dd7cebc2d431ba (patch)
treee5d1039454329541de10e465f08b6467d4245572
parentf2159750d28153b68b244d2bdcc3905e0efa425d (diff)
README: change http links to https
Also fix one instance of uncapitalized "kakoune"
-rw-r--r--README.asciidoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 86d16211..20be763a 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -1,7 +1,7 @@
= image:{logo}[K,30,30,link="{website}",title="Kakoune logo by p0nce"] Kakoune image:{travis-img}[link="{travis-url}"] image:{cirrus-img}[link="{cirrus-url}"] image:{irc-img}[link="{irc-url}"]
ifdef::env-github,env-browser[:outfilesuffix: .asciidoc]
:logo: https://rawgit.com/mawww/kakoune/master/doc/kakoune_logo.svg
-:website: http://kakoune.org
+:website: https://kakoune.org
:travis-img: https://travis-ci.org/mawww/kakoune.svg?branch=master
:travis-url: https://travis-ci.org/mawww/kakoune
:cirrus-img: https://api.cirrus-ci.com/github/mawww/kakoune.svg
@@ -21,13 +21,13 @@ TL;DR
*Multiple selections* -- *Orthogonal design*
---------------------------------------------
-git clone http://github.com/mawww/kakoune.git
+git clone https://github.com/mawww/kakoune.git
cd kakoune/src
make
./kak
---------------------------------------------
-See http://github.com/mawww/golf for kakoune solutions to vimgolf challenges,
+See https://github.com/mawww/golf for Kakoune solutions to vimgolf challenges,
regularly beating the best Vim solution.
See the link:doc/design.asciidoc[design document] for more information on
@@ -55,7 +55,7 @@ selections have an anchor and a cursor character. Most commands move both of
them, except when extending selection where the anchor character stays fixed
and the cursor one moves around.
-See http://vimeo.com/82711574
+See https://vimeo.com/82711574
Join us on freenode IRC `#Kakoune`