Skip to content

Commit 1a0c6d2

Browse files
authored
Merge pull request #8 from aerostitch/badges
Update links to point to PyCQA after migration
2 parents 8a4d0d6 + f6b5cdb commit 1a0c6d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## Status
44

5-
[![Build Status](https://travis-ci.org/landscapeio/pylint-plugin-utils.svg?branch=master)](https://travis-ci.org/landscapeio/pylint-plugin-utils)
6-
[![Code Health](https://landscape.io/github/landscapeio/pylint-plugin-utils/master/landscape.svg?style=flat)](https://landscape.io/github/landscapeio/pylint-plugin-utils/master)
7-
[![Coverage Status](https://coveralls.io/repos/github/landscapeio/pylint-plugin-utils/badge.svg?branch=master)](https://coveralls.io/github/landscapeio/pylint-plugin-utils?branch=master)
5+
[![Build Status](https://travis-ci.org/PyCQA/pylint-plugin-utils.svg?branch=master)](https://travis-ci.org/PyCQA/pylint-plugin-utils)
6+
[![Code Health](https://landscape.io/github/PyCQA/pylint-plugin-utils/master/landscape.svg?style=flat)](https://landscape.io/github/PyCQA/pylint-plugin-utils/master)
7+
[![Coverage Status](https://coveralls.io/repos/github/PyCQA/pylint-plugin-utils/badge.svg?branch=master)](https://coveralls.io/github/PyCQA/pylint-plugin-utils?branch=master)
88

99
# About
1010

11-
Utilities and helpers for writing Pylint plugins. This is not a direct Pylint plugin, but rather a set of tools and functions used by other plugins such as [pylint-django](https://github.com/landscapeio/pylint-django) and [pylint-celery](https://github.com/landscapeio/pylint-celery).
11+
Utilities and helpers for writing Pylint plugins. This is not a direct Pylint plugin, but rather a set of tools and functions used by other plugins such as [pylint-django](https://github.com/PyCQA/pylint-django) and [pylint-celery](https://github.com/PyCQA/pylint-celery).
1212

1313
# License
1414

0 commit comments

Comments
 (0)