Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README URLs based on HTTP redirects (#150)
  • Loading branch information
ReadmeCritic authored and Arcanemagus committed Jun 2, 2016
1 parent 2d02fad commit e37b314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -4,7 +4,7 @@
[![Plugin installs!](https://img.shields.io/apm/dm/linter-pylint.svg)](https://atom.io/packages/linter-pylint)
[![Package version!](https://img.shields.io/apm/v/linter-pylint.svg?style=flat)](https://atom.io/packages/linter-pylint)

This package will lint your opened Python-files in Atom, using [pylint](http://www.pylint.org/).
This package will lint your opened Python-files in Atom, using [pylint](https://www.pylint.org/).

## Installation

Expand All @@ -26,7 +26,7 @@ This package will lint your opened Python-files in Atom, using [pylint](http://w
* `%p` will fallback to the current file's directory (equivilent to `%f`) if no project directory can be determined.

## Other available linters
There are other linters available - take a look at the linters [mainpage](https://github.com/AtomLinter/Linter).
There are other linters available - take a look at the linters [mainpage](https://github.com/steelbrain/linter).

## Changelog

Expand All @@ -49,7 +49,7 @@ There are other linters available - take a look at the linters [mainpage](https:

### 0.1.3
- Display pylint message ids
- Fix debug mode [#9](https://github.com/AtomLinter/linter-pylint/issues/9)
- Fix debug mode [#9](https://github.com/AtomLinter/linter-pylint/pull/9)
- Use project directory as cwd (works better with Atom projects)

### 0.1.2
Expand Down

0 comments on commit e37b314

Please sign in to comment.