Skip to content

Commit 0b6b1b3

Browse files
authored
Use absolute path for README screenshot (#430)
This should ensure the screenshot is correctly displayed on PyPI.
1 parent 086eea8 commit 0b6b1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Git commit message linter written in python, checks your commit messages for sty
99
**See [jorisroovers.github.io/gitlint](http://jorisroovers.github.io/gitlint/) for full documentation.**
1010

1111
<a href="http://jorisroovers.github.io/gitlint/" target="_blank">
12-
<img src="docs/images/readme-gitlint.png" />
12+
<img src="https://raw.githubusercontent.com/jorisroovers/gitlint/main/docs/images/readme-gitlint.png" />
1313
</a>
1414

1515
## Contributing ##

0 commit comments

Comments
 (0)