From 8cc0bbe440dc5e6af6ef02f00d0514a40ca07c24 Mon Sep 17 00:00:00 2001 From: Percy Ma Date: Thu, 15 Sep 2022 00:54:32 +0800 Subject: [PATCH] docs: use more clean link syntax (#16309) --- docs/src/developer-guide/source-code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/developer-guide/source-code.md b/docs/src/developer-guide/source-code.md index ec3d3ce9d9f..190473354c4 100644 --- a/docs/src/developer-guide/source-code.md +++ b/docs/src/developer-guide/source-code.md @@ -9,7 +9,7 @@ eleventyNavigation: --- -ESLint is hosted at [GitHub](https://github.com/eslint/eslint) and uses [Git](https://git-scm.com/) for source control. In order to obtain the source code, you must first install Git on your system. Instructions for installing and setting up Git can be found at [https://help.github.com/articles/set-up-git/](https://help.github.com/articles/set-up-git/). +ESLint is hosted at [GitHub](https://github.com/eslint/eslint) and uses [Git](https://git-scm.com/) for source control. In order to obtain the source code, you must first install Git on your system. Instructions for installing and setting up Git can be found at . If you simply want to create a local copy of the source to play with, you can clone the main repository using this command: @@ -17,7 +17,7 @@ If you simply want to create a local copy of the source to play with, you can cl git clone git://github.com/eslint/eslint.git ``` -If you're planning on contributing to ESLint, then it's a good idea to fork the repository. You can find instructions for forking a repository at [https://help.github.com/articles/fork-a-repo/](https://help.github.com/articles/fork-a-repo/). After forking the ESLint repository, you'll want to create a local copy of your fork. +If you're planning on contributing to ESLint, then it's a good idea to fork the repository. You can find instructions for forking a repository at . After forking the ESLint repository, you'll want to create a local copy of your fork. ## Start Developing