Skip to content

Commit

Permalink
docs: use more clean link syntax (#16309)
Browse files Browse the repository at this point in the history
  • Loading branch information
kecrily committed Sep 14, 2022
1 parent 6ba269e commit 8cc0bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/developer-guide/source-code.md
Expand Up @@ -9,15 +9,15 @@ 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 <https://help.github.com/articles/set-up-git/>.

If you simply want to create a local copy of the source to play with, you can clone the main repository using this command:

```shell
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 <https://help.github.com/articles/fork-a-repo/>. After forking the ESLint repository, you'll want to create a local copy of your fork.

## Start Developing

Expand Down

0 comments on commit 8cc0bbe

Please sign in to comment.