From 6ed45d7a8585c14f705953938e33b71125bc02d5 Mon Sep 17 00:00:00 2001 From: Kobe Liesenborgs <31523219+KobeLiesenborgs@users.noreply.github.com> Date: Thu, 5 Nov 2020 00:42:45 +0100 Subject: [PATCH] Add github link to core contribution guide (#2850) * Added md files programming-with-text video 9.1-9.3 * Update Gemfile.lock * Add in github link on core guide * Add github link to core contribution guide Co-authored-by: Nico Finkernagel Co-authored-by: Violet <43045568+violetcraze@users.noreply.github.com> --- _Guides/core-contribution-guide.md | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_Guides/core-contribution-guide.md b/_Guides/core-contribution-guide.md index ab33c71ed6..fbd5f55200 100644 --- a/_Guides/core-contribution-guide.md +++ b/_Guides/core-contribution-guide.md @@ -3,7 +3,7 @@ title: "Core Contribution Guide" --- This short guide will help you set up a local copy of the entire Coding Train -website so you can help us making it even better. +website so you can help us making it even better. All the code for the website is available on [Github](https://github.com/CodingTrain/website). ## Create a Fork diff --git a/docker-compose.yml b/docker-compose.yml index d7a9760ce4..e4f944215b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ jekyll: image: jekyll/jekyll - command: jekyll serve --watch --incremental + command: jekyll serve --watch ports: - 4000:4000 volumes: