Skip to content

Commit

Permalink
Add github link to core contribution guide (CodingTrain#2850)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Violet <[email protected]>
  • Loading branch information
3 people authored Nov 4, 2020
1 parent b109e85 commit 6ed45d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _Guides/core-contribution-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jekyll:
image: jekyll/jekyll
command: jekyll serve --watch --incremental
command: jekyll serve --watch
ports:
- 4000:4000
volumes:
Expand Down

0 comments on commit 6ed45d7

Please sign in to comment.