From 736ca29d02cc117e9766f2dbbb6daab500c75021 Mon Sep 17 00:00:00 2001 From: InstantGratimification Date: Wed, 3 May 2017 14:35:21 +0000 Subject: [PATCH] Update coding-style.md --- basics_dev/coding-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics_dev/coding-style.md b/basics_dev/coding-style.md index 1ef0e90d..c7a18b80 100644 --- a/basics_dev/coding-style.md +++ b/basics_dev/coding-style.md @@ -145,7 +145,7 @@ Please attempt to follow these conventions when writing your Git commit messages * Wrap the body at 72 characters. * Use the body to explain *what* and *why* rather than *how*. -For details, examples, and the rationale behind each of these conventions, please see [this blog post](http://chris.beams.io/posts/git-commit/), which is the source of this list. +For details, examples, and the rationale behind each of these conventions, please see [this blog post](https://chris.beams.io/posts/git-commit/), which is the source of this list. Security coding guidelines --------------------------