From 6eba6a23292ab6470a4f6d1aded2526e2c0d08d1 Mon Sep 17 00:00:00 2001
From: Jorran De Wit <jorrandewit@outlook.com>
Date: Sun, 22 Jan 2017 19:25:13 +0000
Subject: [PATCH] README.md edited online with Bitbucket

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d8b516573..7a07b608a 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ While editing assets, it is helpful to put Webpack in _watch_ mode. This will re
 ```
 
 #### Sass and bootstrap
-Styling will mainly be configured using [.scss files](//sass-lang.com/) in the `scipost/static/scipost/scss/preconfig.scss` file, relying on [Bootstrap 4.0.0-beta.6](//v4-alpha.getbootstrap.com/). A full list of variables available by default can be found [here](https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss).
+Styling will mainly be configured using [.scss files](http://www.sass-lang.com/) in the `scipost/static/scipost/scss/preconfig.scss` file, relying on [Bootstrap 4.0.0-beta.6](//v4-alpha.getbootstrap.com/). A full list of variables available by default can be found [here](https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss).
 All modules are configured in the `.bootstraprc` file. Most modules are disabled by default.
 
 ### Collectstatic
-- 
GitLab