From 34181f401aafeba5952ad21f02f4a19f20123990 Mon Sep 17 00:00:00 2001 From: Josh Buchea Date: Sat, 28 Oct 2017 19:50:57 -0700 Subject: [PATCH] Use https --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd85898..b0b6379 100644 --- a/README.md +++ b/README.md @@ -563,7 +563,7 @@ The **HEAD** repository consists of two branches: #### 1. `master` -This branch consists of the `README.md` file that is automatically reflected on the [gethead.info](http://gethead.info/) website. All changes to the content of the cheat sheet as such should be directed to this file. +This branch consists of the `README.md` file that is automatically reflected on the [gethead.info](https://gethead.info/) website. All changes to the content of the cheat sheet as such should be directed to this file. Please follow these steps for pull requests: @@ -574,7 +574,7 @@ Please follow these steps for pull requests: #### 2. `gh-pages` -This branch is responsible for the [gethead.info](http://gethead.info/) website. We use [Jekyll](https://jekyllrb.com/) to deploy the `README.md` Markdown file through [GitHub Pages](https://pages.github.com/). All website related modifications must be directed here. +This branch is responsible for the [gethead.info](https://gethead.info/) website. We use [Jekyll](https://jekyllrb.com/) to deploy the `README.md` Markdown file through [GitHub Pages](https://pages.github.com/). All website related modifications must be directed here. You may want to go through the [Jekyll Docs](https://jekyllrb.com/docs/home/) and understand how Jekyll works before working on this branch.