Skip to content

Commit 8cc0bbe

Browse files
authored
docs: use more clean link syntax (#16309)
1 parent 6ba269e commit 8cc0bbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/developer-guide/source-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ eleventyNavigation:
99

1010
---
1111

12-
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/).
12+
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/>.
1313

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

1616
```shell
1717
git clone git://github.com/eslint/eslint.git
1818
```
1919

20-
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.
20+
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.
2121

2222
## Start Developing
2323

0 commit comments

Comments
 (0)