Use rawgit CDN for logo to make SVG render correctly
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
e4adfcc11a
commit
ad90b3c23c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
# 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)
|
[![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)
|
||||||
|
|
Loading…
Reference in a new issue