From ad90b3c23c6680d0c9be4167cc59677f4bd7f1d2 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Wed, 1 Mar 2017 16:54:38 -0800 Subject: [PATCH] Use rawgit CDN for logo to make SVG render correctly Signed-off-by: Mrunal Patel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aa9c9d2..5098a3fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![cri-o logo](https://raw.githubusercontent.com/kubernetes-incubator/cri-o/master/logo/crio-logo.svg) +![cri-o logo](https://cdn.rawgit.com/kubernetes-incubator/cri-o/master/logo/crio-logo.svg) # cri-o - OCI-based implementation of Kubernetes Container Runtime Interface [![Build Status](https://img.shields.io/travis/kubernetes-incubator/cri-o.svg?maxAge=2592000&style=flat-square)](https://travis-ci.org/kubernetes-incubator/cri-o)