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

Commit

Permalink
Make image link in readme an absolute url
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Gyerik committed Jul 12, 2017
1 parent 0da41fd commit 71f3cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SonarLint is an Atom extension that provides on-the-fly feedback to developers o

Simply open a JS, PHP or Python file, start coding, and you will start seeing issues reported by SonarLint. Issues are highlighted in your code, and also listed in the 'Linter' panel.

![sonarlint on-the-fly](images/sonarlint-atom.gif)
![sonarlint on-the-fly](https://github.com/SonarSource/sonarlint-atom/raw/master/images/sonarlint-atom.gif)

You can access the detailed rule description by hovering over a highlighted error, and right-click on the link icon. This will open the page of the rule description on [sonarlint.org][rules].

Expand Down

0 comments on commit 71f3cd4

Please sign in to comment.