diff options
author | Jakob Unterwurzacher | 2017-03-25 14:16:55 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-03-25 14:22:07 +0100 |
commit | 1ff4ae56c1280576ff38296cf7d506651eda6592 (patch) | |
tree | bc6f3947dedbf3f17d78a9af5d1a481a9af6b0e5 | |
parent | b9799ca902a2915bd39062371b48f82d902f2074 (diff) |
README: use pre-rendered PNG logo
This keeps the README working even if nuetzlich.net is unavailable.
We use a PNG because github disallows embedding local SVGs.
-rw-r--r-- | Documentation/gocryptfs-logo.png | bin | 0 -> 7332 bytes | |||
-rw-r--r-- | README.md | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gocryptfs-logo.png b/Documentation/gocryptfs-logo.png Binary files differnew file mode 100644 index 0000000..0965dc4 --- /dev/null +++ b/Documentation/gocryptfs-logo.png @@ -1,4 +1,4 @@ -[![gocryptfs](https://nuetzlich.net/gocryptfs/img/gocryptfs-logo.paths-black.svg)](https://nuetzlich.net/gocryptfs/) +[![gocryptfs](Documentation/gocryptfs-logo.png)](https://nuetzlich.net/gocryptfs/) [![Build Status](https://travis-ci.org/rfjakob/gocryptfs.svg?branch=master)](https://travis-ci.org/rfjakob/gocryptfs) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/rfjakob/gocryptfs)](https://goreportcard.com/report/github.com/rfjakob/gocryptfs) |