Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Commit

Permalink
docs: Update repo URLs in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed Jul 8, 2017
1 parent ddb9853 commit 2efaad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A collection of custom ESLint rules that help enforce JavaScript coding standard in the WordPress project.

[![Build Status](https://api.travis-ci.org/ntwb/eslint-plugin-wordpress.svg?branch=master)](https://travis-ci.org/ntwb/eslint-plugin-wordpress) [![Coverage Status](https://coveralls.io/repos/github/ntwb/eslint-plugin-wordpress/badge.svg?branch=master)](https://coveralls.io/github/ntwb/eslint-plugin-wordpress?branch=master) [![bitHound Overall Score](https://www.bithound.io/github/ntwb/eslint-plugin-wordpress/badges/score.svg)](https://www.bithound.io/github/ntwb/eslint-plugin-wordpress) [![NPM version](http://img.shields.io/npm/v/eslint-plugin-wordpress.svg)](https://www.npmjs.org/package/eslint-plugin-wordpress)
[![Build Status](https://api.travis-ci.org/WordPress-Coding-Standards/eslint-plugin-wordpress.svg?branch=master)](https://travis-ci.org/WordPress-Coding-Standards/eslint-plugin-wordpress) [![Coverage Status](https://coveralls.io/repos/github/ntwb/eslint-plugin-wordpress/badge.svg?branch=master)](https://coveralls.io/github/ntwb/eslint-plugin-wordpress?branch=master) [![bitHound Overall Score](https://www.bithound.io/github/WordPress-Coding-Standards/eslint-plugin-wordpress/badges/score.svg)](https://www.bithound.io/github/WordPress-Coding-Standards/eslint-plugin-wordpress) [![NPM version](http://img.shields.io/npm/v/eslint-plugin-wordpress.svg)](https://www.npmjs.org/package/eslint-plugin-wordpress)

## Installation

Expand All @@ -12,7 +12,7 @@ You'll first need to install [ESLint](http://eslint.org):
$ npm i eslint --save-dev
```

Next, install [`eslint-plugin-wordpress`](https://github.com/ntwb/eslint-plugin-wordpress):
Next, install [`eslint-plugin-wordpress`](https://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress):

```
$ npm install eslint-plugin-wordpress --save-dev
Expand Down

0 comments on commit 2efaad3

Please sign in to comment.