Skip to content

Commit 798dba2

Browse files
jsdelivrbotforyuki
authored andcommitted
Replace RawGit with jsDelivr (#15)
1 parent 02bb621 commit 798dba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/.storybook/manager-head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<script>
22
document.title = "One React"
33
</script>
4-
<link rel="icon" type="image/png" href="https://cdn.rawgit.com/one-react/assets/2a4f10b4/logo.png">
4+
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/one-react/assets@2a4f10b4/logo.png">

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# One React Component: switch
22

3-
<p align="center"><img width="150" src="https://cdn.rawgit.com/one-react/assets/master/logo%402x.png" alt="logo"></p>
3+
<p align="center"><img width="150" src="https://cdn.jsdelivr.net/gh/one-react/assets/logo%402x.png" alt="logo"></p>
44

55
[![TravisCI Build](https://img.shields.io/travis/one-react/switch.svg)](https://travis-ci.org/one-react/switch)
66
[![CircieCI Build](https://img.shields.io/circleci/project/github/one-react/switch.svg)](https://circleci.com/gh/one-react/switch)

0 commit comments

Comments
 (0)