Update repository links, close #23

This commit is contained in:
yushijinhun 2018-06-30 23:32:08 +08:00
parent cdc06d297c
commit c3215cbab1
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
skinview3d
========
[![Travis](https://img.shields.io/travis/to2mbn/skinview3d.svg?style=flat-square)](https://travis-ci.org/to2mbn/skinview3d)
[![Travis](https://img.shields.io/travis/bs-community/skinview3d.svg?style=flat-square)](https://travis-ci.org/bs-community/skinview3d)
[![npm](https://img.shields.io/npm/v/skinview3d.svg?style=flat-square)](https://www.npmjs.com/package/skinview3d)
[![license](https://img.shields.io/badge/license-MIT-yellowgreen.svg?style=flat-square)](https://github.com/to2mbn/skinview3d/blob/master/LICENSE)
[![license](https://img.shields.io/badge/license-MIT-yellowgreen.svg?style=flat-square)](https://github.com/bs-community/skinview3d/blob/master/LICENSE)
[![Gitter chat](https://img.shields.io/gitter/room/TechnologyAdvice/Stardust.svg?style=flat-square)](https://gitter.im/skinview3d/Lobby)
Three.js powered Minecraft skin viewer.
@ -15,7 +15,7 @@ Three.js powered Minecraft skin viewer.
* Slim arms
# Usage
[Examples of using the viewer](https://to2mbn.github.io/skinview3d/)
[Examples of using the viewer](https://bs-community.github.io/skinview3d/)
```html
<div id="skin_container"></div>
<script>

View File

@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/to2mbn/skinview3d.git"
"url": "git+https://github.com/bs-community/skinview3d.git"
},
"author": "Haowei Wen <yushijinhun@gmail.com> (https://github.com/yushijinhun)",
"contributors": [
@ -26,9 +26,9 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/to2mbn/skinview3d/issues"
"url": "https://github.com/bs-community/skinview3d/issues"
},
"homepage": "https://github.com/to2mbn/skinview3d",
"homepage": "https://github.com/bs-community/skinview3d",
"dependencies": {
"three": "^0.92.0"
},