From 129150cfdd0f8797406ad32e10b5f686cc6015da Mon Sep 17 00:00:00 2001 From: Ishaan Malhi Date: Mon, 1 Oct 2018 00:13:15 +0530 Subject: [PATCH] fix: Update broken link --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9f0a28aa5..5361d0f15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ [How to contribute](#how-to-contribute) - [Report a bug](#report-a-bug) - [Translate existing resources](#translate-existing-resources) -- [Contribute a new resource or course](#contribute-a-new-resource-or-course) +- [Contribute a new resource or course](#contribute-something-new) - [Not sure where to start?](#not-sure-where-to-start?) [Step-by-step contribution guide](#step-by-step-contribution-guide) @@ -124,7 +124,7 @@ If you are contributing content, stay consistent with the existing courses by fo - Example: Initialize the repository with a `README.md` file. - Code that the learner should type, copy, or execute should be in a fenced code block: - Example: To see the version of your Git installation, type: - + git --version - Use given names for complicated concepts, and then explain them. After you've explained them once, use only the given name. - Example: Any Electron app has 2 types of processes: the *main process*, initialized by `package.json`, and a *renderer process* generated by each web page [...] Running `src/index.js` runs the app's main process.