From be63e7df0777bcf09b5ea47dcb9f4e91a322ae2a Mon Sep 17 00:00:00 2001 From: manaswinidas Date: Wed, 15 Jul 2020 21:03:33 +0530 Subject: [PATCH] update contributor_docs --- contributor_docs/i18n_contribution.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributor_docs/i18n_contribution.md b/contributor_docs/i18n_contribution.md index 07f075debf..de9dd9c46a 100644 --- a/contributor_docs/i18n_contribution.md +++ b/contributor_docs/i18n_contribution.md @@ -32,11 +32,11 @@ If you want to contribute with p5.js website translations, you are in the right 1. Install node.js by following the instructions [here](https://nodejs.org/en/download/). 2. [Fork](https://help.github.com/articles/fork-a-repo/) the p5.js-website repository to your Github account. Click the *Fork* button on the upper-right side of the p5.js-website Github repo. This will automatically open your fork repo on Github. - ![processing/p5.js-website repository menu. At the right bottom of the menu the "fork" button is highlighted](https://github.com/processing/p5.js-website/blob/main/contributor_docs/assets/fork.png) + ![processing/p5.js-website repository menu. At the right bottom of the menu the "fork" button is highlighted](https://github.com/processing/p5.js-website/raw/main/contributor_docs/assets/fork.png) 3. On your fork click the green *Clone or download* button. It will display a bar from where you can copy your `repo_URL`. - ![processing/p5.js-website repository menu. The "Clone or download" button is pressed and a tab is displayed under it from which the repository's link can be copied.](https://github.com/processing/p5.js-website/blob/main/contributor_docs/assets/clone.png) + ![processing/p5.js-website repository menu. The "Clone or download" button is pressed and a tab is displayed under it from which the repository's link can be copied.](https://github.com/processing/p5.js-website/raw/main/contributor_docs/assets/clone.png) 4. Open your command-line interface (CLI) and [clone](https://help.github.com/articles/cloning-a-repository/) your fork of the p5.js-website repository to `your_directory` on your laptop by typing: ```