diff options
author | Alex Touchet <alextouchet@outlook.com> | 2021-01-09 09:05:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-09 17:05:25 +0000 |
commit | 7045a1ec07634701ef75bcf7872bab3c9199b4f3 (patch) | |
tree | 5bf57fc342c64e6818ce4232170d4b2f7142707f /README.md | |
parent | 1260c4bf6ff76bcd078080fe41bf642879543d27 (diff) | |
download | alacritty-7045a1ec07634701ef75bcf7872bab3c9199b4f3.tar.gz alacritty-7045a1ec07634701ef75bcf7872bab3c9199b4f3.zip |
Fix readme logo icon URL
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ <p align="center"> - <img width="200" alt="Alacritty Logo" src="extra/logo/compat/alacritty-term+scanlines.png"> + <img width="200" alt="Alacritty Logo" src="https://raw.githubusercontent.com/alacritty/alacritty/master/extra/logo/compat/alacritty-term%2Bscanlines.png"> </p> <h1 align="center">Alacritty - A fast, cross-platform, OpenGL terminal emulator</h1> |