Skip to content

Commit 345acfa

Browse files
authored
Fixed backlinks
1 parent b4ce074 commit 345acfa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
- Install [Babel-ESLint](https://www.npmjs.com/package/@babel/eslint-parser)*: <br>
2020
$ `npm install @babel/eslint-parser @babel/core eslint --save-dev`
2121
- Get the config: <br>
22-
$ `wget https://raw.githubusercontent.com/NullDevCo/JavaScript-Styleguide/master/.eslintrc`
22+
$ `wget https://raw.githubusercontent.com/NullDev/JavaScript-Styleguide/master/.eslintrc`
2323
- Done! :)
2424

2525
<sub>*) The rationale for using Babel-ESLint is that it supports the newest Stage-3 ECMAScript features.</sub>
2626

27-
### Or use the [NullDev Project Template](https://github.com/NullDevCo/JavaScript-Styleguide/tree/master/nulldev-template) ...
27+
### Or use the [NullDev Project Template](https://github.com/NullDev/JavaScript-Styleguide/tree/master/nulldev-template) ...
2828

2929
... with already preset config files and project structure
3030

31-
[DOWNLOAD](https://downgit.github.io/#/home?url=https://github.com/NullDevCo/JavaScript-Styleguide/tree/master/nulldev-template)
31+
[DOWNLOAD](https://downgit.github.io/#/home?url=https://github.com/NullDev/JavaScript-Styleguide/tree/master/nulldev-template)
3232

3333
$ `npm i` - and you're ready to go!
3434

@@ -4279,7 +4279,7 @@ $ `npm i` - and you're ready to go!
42794279
<a name="resources--tools"></a><a name="32.3"></a>
42804280
- [32.3](#resources--tools) **Tools**
42814281
- Code Style Linters
4282-
- [ESlint](https://eslint.org/) - [NullDev Style .eslintrc](https://github.com/NullDevCo/JavaScript-Styleguide/blob/master/.eslintrc)
4282+
- [ESlint](https://eslint.org/) - [NullDev Style .eslintrc](https://github.com/NullDev/JavaScript-Styleguide/blob/master/.eslintrc)
42834283
42844284
<a name="resources--further-reading"></a><a name="32.4"></a>
42854285
- [32.4](#resources--further-reading) **Further Reading**
@@ -4333,7 +4333,7 @@ $ `npm i` - and you're ready to go!
43334333
- [33.1](#copyright--base) This Styleguide is based on [AirBnB's JavaScript Styleguide](https://github.com/airbnb/javascript)
43344334

43354335
<a name="copyright--license"></a><a name="33.2"></a>
4336-
- [33.2](#copyright--license) It uses the same [License](https://github.com/NullDevCo/JavaScript-Styleguide/blob/master/LICENSE).
4336+
- [33.2](#copyright--license) It uses the same [License](https://github.com/NullDev/JavaScript-Styleguide/blob/master/LICENSE).
43374337

43384338
**[⬆ back to top](#table-of-contents-bookmark_tabs)**
43394339

@@ -4347,7 +4347,7 @@ $ `npm i` - and you're ready to go!
43474347
<br><br><br>
43484348

43494349
<p align="center">
4350-
<a href="https://github.com/NullDevCo/JavaScript-Styleguide/blob/master/LICENSE">
4350+
<a href="https://github.com/NullDev/JavaScript-Styleguide/blob/master/LICENSE">
43514351
<img src="https://img.shields.io/badge/License-MIT-F8E301.svg?style=flat-square"/>
43524352
</a>
43534353
</p>

0 commit comments

Comments
 (0)