[polari/wip/fmuellner/fix-logo] docs: Fix the broken logo in README



commit 05e7ea68b0e077df95f6a9c71a68b02eb185f008
Author: Shubhesh Dwivedi <frostcover gmail com>
Date:   Fri Mar 15 22:12:14 2019 +0530

    docs: Fix the broken logo in README
    
    Commit ebed63a8 changed the icon, but missed the reference in the
    documentation. It looks like gitlab doesn't support SVG natively,
    so add an appropriately sized png and point the documentation to
    it.
    
    https://gitlab.gnome.org/GNOME/polari/merge_requests/110

 .logo.png | Bin 0 -> 1480 bytes
 README.md |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.logo.png b/.logo.png
new file mode 100644
index 0000000..eb68f8c
Binary files /dev/null and b/.logo.png differ
diff --git a/README.md b/README.md
index 99c735f..10a8c12 100644
--- a/README.md
+++ b/README.md
@@ -25,4 +25,4 @@ issue to the GNOME [bug tracking system][bug-tracker].
 [build-instructions]: https://wiki.gnome.org/Newcomers/BuildProject
 [irc-channel]: irc://irc.gnome.org/%23polari
 [bug-tracker]: https://gitlab.gnome.org/GNOME/polari/issues
-[polari-logo]: data/icons/hicolor/48x48/apps/org.gnome.Polari.png
+[polari-logo]: .logo.png


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]