From 8a0992220aa3a884d4315c76a1e016a8d7e9f063 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sun, 25 Nov 2018 15:12:53 +0800 Subject: [PATCH] Update links --- .github/CONTRIBUTING.md | 4 ++-- README.md | 18 +++++++++--------- README_EN.md | 20 ++++++++++---------- package.json | 2 +- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 75d65cee..b52e7bfa 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -16,7 +16,7 @@ Please make sure you have installed the tools below: And run the commands to pull the code: ```bash -git clone https://github.com/printempw/blessing-skin-server.git +git clone https://github.com/bs-community/blessing-skin-server.git cd blessing-skin-server composer install yarn @@ -68,7 +68,7 @@ Please make sure you have installed EditorConfig extension/plugin in your editor 然后执行以下命令来拉取代码: ```bash -git clone https://github.com/printempw/blessing-skin-server.git +git clone https://github.com/bs-community/blessing-skin-server.git cd blessing-skin-server composer install yarn diff --git a/README.md b/README.md index 7f4949ec..8c02d6f9 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@

-Travis Building Status -Codecov -Latest Stable Version +Travis Building Status +Codecov +Latest Stable Version PHP 7.1.3+ -License +License Twitter Follow

@@ -43,7 +43,7 @@ Blessing Skin 是一个开源的 PHP 项目,这意味着您可以自由地在 Blessing Skin 对您的服务器有一定的要求。_在大多数情况下,下列所需的 PHP 扩展已经开启。_ - 一台支持 URL 重写的主机,Nginx、Apache 或 IIS -- **PHP >= 7.1.3** [(服务器不支持?)](https://github.com/printempw/blessing-skin-server/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E) +- **PHP >= 7.1.3** [(服务器不支持?)](https://github.com/bs-community/blessing-skin-server/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E) - 安装并启用如下 PHP 扩展: - OpenSSL - PDO @@ -57,7 +57,7 @@ Blessing Skin 对您的服务器有一定的要求。_在大多数情况下, 快速使用 ----------- -请参阅 [Wiki - 快速安装向导](https://github.com/printempw/blessing-skin-server/wiki/%E5%BF%AB%E9%80%9F%E5%AE%89%E8%A3%85%E5%90%91%E5%AF%BC)。 +请参阅 [Wiki - 快速安装向导](https://github.com/bs-community/blessing-skin-server/wiki/%E5%BF%AB%E9%80%9F%E5%AE%89%E8%A3%85%E5%90%91%E5%AF%BC)。 ![screenshot](https://img.blessing.studio/images/2017/07/29/2017-06-16_15.54.16.png) @@ -66,7 +66,7 @@ Blessing Skin 对您的服务器有一定的要求。_在大多数情况下, Blessing Skin 提供了强大的插件系统,您可以通过添加多种多样的插件来为您的皮肤站添加功能。 -详情请参阅 [Wiki - 插件系统介绍](https://github.com/printempw/blessing-skin-server/wiki/%E6%8F%92%E4%BB%B6%E7%B3%BB%E7%BB%9F%E4%BB%8B%E7%BB%8D)。 +详情请参阅 [Wiki - 插件系统介绍](https://github.com/bs-community/blessing-skin-server/wiki/%E6%8F%92%E4%BB%B6%E7%B3%BB%E7%BB%9F%E4%BB%8B%E7%BB%8D)。 自行构建 ------------ @@ -84,7 +84,7 @@ Blessing Skin 提供了强大的插件系统,您可以通过添加多种多样 从 GitHub 上 clone 源码并安装依赖: ```bash -git clone https://github.com/printempw/blessing-skin-server.git +git clone https://github.com/bs-community/blessing-skin-server.git cd blessing-skin-server composer install yarn @@ -100,7 +100,7 @@ yarn build 问题报告 ------------ -请参阅 [Wiki - 报告问题的正确姿势](https://github.com/printempw/blessing-skin-server/wiki/%E6%8A%A5%E5%91%8A%E9%97%AE%E9%A2%98%E7%9A%84%E6%AD%A3%E7%A1%AE%E5%A7%BF%E5%8A%BF)。 +请参阅 [Wiki - 报告问题的正确姿势](https://github.com/bs-community/blessing-skin-server/wiki/%E6%8A%A5%E5%91%8A%E9%97%AE%E9%A2%98%E7%9A%84%E6%AD%A3%E7%A1%AE%E5%A7%BF%E5%8A%BF)。 版权 ------------ diff --git a/README_EN.md b/README_EN.md index ce89005b..7177d0b4 100644 --- a/README_EN.md +++ b/README_EN.md @@ -4,11 +4,11 @@

-Travis Building Status -Codecov -Latest Stable Version +Travis Building Status +Codecov +Latest Stable Version PHP 7.1.3+ -License +License Twitter Follow

@@ -56,7 +56,7 @@ Blessing Skin has only a few system requirements. _In most cases, these PHP exte Quick Install ----------- -1. Download our [latest release](https://github.com/printempw/blessing-skin-server/releases), extract to where you like to installed on. +1. Download our [latest release](https://github.com/bs-community/blessing-skin-server/releases), extract to where you like to installed on. 2. Rename `.env.example` to `.env` and configure your database information. (For windows users, just rename it to `.env.`, and the last dot will be removed automatically) 3. For Nginx users, add [rewrite rules](#configure-the-web-server) to your Nginx configuration 4. Navigate to `http://your-domain.com/setup` in your browser. If 404 is returned, please check whether the rewrite rules works correctly. @@ -67,7 +67,7 @@ Plugin System Blessing Skin provides an elegant and powerful plugin system, and you can attach plenty of functions and customization to your site via installing plugins. -For more information, please refer to [Wiki - Introducing plugin system](https://github.com/printempw/blessing-skin-server/wiki/%E6%8F%92%E4%BB%B6%E7%B3%BB%E7%BB%9F%E4%BB%8B%E7%BB%8D). +For more information, please refer to [Wiki - Introducing plugin system](https://github.com/bs-community/blessing-skin-server/wiki/%E6%8F%92%E4%BB%B6%E7%B3%BB%E7%BB%9F%E4%BB%8B%E7%BB%8D). Developer Install ------------ @@ -85,7 +85,7 @@ Please make sure you have installed the tools below: Clone the code from GitHub and install dependencies: ```bash -git clone https://github.com/printempw/blessing-skin-server.git +git clone https://github.com/bs-community/blessing-skin-server.git cd blessing-skin-server composer install yarn @@ -117,15 +117,15 @@ location ~ /\.env { Mod Configuration ------------ -Please refer to [Wiki - Mod Configuration](https://github.com/printempw/blessing-skin-server/wiki/%E5%A6%82%E4%BD%95%E9%85%8D%E7%BD%AE%E7%9A%AE%E8%82%A4-Mod). +Please refer to [Wiki - Mod Configuration](https://github.com/bs-community/blessing-skin-server/wiki/%E5%A6%82%E4%BD%95%E9%85%8D%E7%BD%AE%E7%9A%AE%E8%82%A4-Mod). ![screenshot](https://img.blessing.studio/images/2017/07/29/2017-06-16_15.54.16.png) Report Problems ------------ -Read [Wiki - FAQ](https://github.com/printempw/blessing-skin-server/wiki/FAQ) and double check if your situation doesn't suit any case mentioned there before reporting. +Read [Wiki - FAQ](https://github.com/bs-community/blessing-skin-server/wiki/FAQ) and double check if your situation doesn't suit any case mentioned there before reporting. -When reporting a problem, please attach your log file (located at `storage/logs/laravel.log`) and the information of your server where the error occured on. You should also read this [guide](https://github.com/printempw/blessing-skin-server/wiki/%E6%8A%A5%E5%91%8A%E9%97%AE%E9%A2%98%E7%9A%84%E6%AD%A3%E7%A1%AE%E5%A7%BF%E5%8A%BF) before reporting a problem. +When reporting a problem, please attach your log file (located at `storage/logs/laravel.log`) and the information of your server where the error occured on. You should also read this [guide](https://github.com/bs-community/blessing-skin-server/wiki/%E6%8A%A5%E5%91%8A%E9%97%AE%E9%A2%98%E7%9A%84%E6%AD%A3%E7%A1%AE%E5%A7%BF%E5%8A%BF) before reporting a problem. Copyright & License ------------ diff --git a/package.json b/package.json index ffed284b..b3256b8c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A web application brings your custom skins back in offline Minecraft servers.", "repository": { "type": "git", - "url": "https://github.com/printempw/blessing-skin-server" + "url": "https://github.com/bs-community/blessing-skin-server" }, "author": "printempw", "license": "GPL-3.0",