From edadd748e2a085ac2d7be0e4f0884cfd17e28710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 11 Mar 2019 10:58:11 +0100 Subject: [PATCH] readme.md: use HTTPS --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 40f45f6c4..3a30b6d3c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![official JetBrains project](http://jb.gg/badges/official-flat-square.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) +[![official JetBrains project](https://jb.gg/badges/official-flat-square.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![Join the chat at https://gitter.im/JetBrains/gradle-intellij-plugin](https://badges.gitter.im/JetBrains/intellij-sdk-docs.svg)](https://gitter.im/IntelliJ-Plugin-Developers/Lobby) IntelliJ Platform SDK Documentation @@ -16,7 +16,7 @@ To check out and run a local copy of the site follow the steps described below. ### Pre-requirements * Make sure you have a - [git client](http://git-scm.com/downloads) + [git client](https://git-scm.com/downloads) installed * This site requires @@ -27,10 +27,10 @@ To check out and run a local copy of the site follow the steps described below. [installation](https://www.ruby-lang.org/en/documentation/installation/) instructions to get Ruby working on your machine. -* This site requires [Jekyll](http://jekyllrb.com/), +* This site requires [Jekyll](https://jekyllrb.com/), a Ruby-based site generating framework. To install Jekyll refer to it's - [installation guidelines](http://jekyllrb.com/docs/installation/). + [installation guidelines](https://jekyllrb.com/docs/installation/). **Note:** If you are using Windows, you can face some specific aspects while installing Jekyll. See this [Run Jekyll on Windows Guide](http://jekyll-windows.juthilo.com/) to get more information.