summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2023-02-08 10:47:13 +0000
committerGitHub <noreply@github.com>2023-02-08 10:47:13 +0000
commit0b6b1b33fc2a5577b6896ac4834247f248da0077 (patch)
treef08980d95575cb322b795be1a90037ec9cdfe7dd
parent086eea8435bb32e44030d306b305572f8e3a4a97 (diff)
Use absolute path for README screenshot (#430)
This should ensure the screenshot is correctly displayed on PyPI.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 09e4bd9..82fb5c1 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Git commit message linter written in python, checks your commit messages for sty
**See [jorisroovers.github.io/gitlint](http://jorisroovers.github.io/gitlint/) for full documentation.**
<a href="http://jorisroovers.github.io/gitlint/" target="_blank">
-<img src="docs/images/readme-gitlint.png" />
+<img src="https://raw.githubusercontent.com/jorisroovers/gitlint/main/docs/images/readme-gitlint.png" />
</a>
## Contributing ##