diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-05 00:04:10 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-05 00:04:10 +0200 |
commit | 563330879504241365186b15da5773249e7892bc (patch) | |
tree | 4a689ac257e029781cc3a7e31a0ddccd087e2a48 | |
parent | d17cd003ed4ddf2da6f52ee031299d878c319702 (diff) | |
download | git-bug-563330879504241365186b15da5773249e7892bc.tar.gz |
readme: fix the logo url to use to master branch
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ <p align="center"> - <img width="150px" src="https://cdn.rawgit.com/MichaelMure/git-bug/logo/misc/logo/logo-alpha-flat-bg.svg"> + <img width="150px" src="https://cdn.rawgit.com/MichaelMure/git-bug/master/misc/logo/logo-alpha-flat-bg.svg"> </p> <h1 align="center">git-bug</h1> |