From d9b4ddbb3cb3a41aac6a7bd4288d9c2296494ddc Mon Sep 17 00:00:00 2001 From: Francis Dong Date: Thu, 2 Feb 2023 11:46:04 +0800 Subject: [PATCH] rename organization --- README.en-us.md | 10 +++++----- README.md | 12 ++++++------ install.sh | 4 ++-- pom.xml | 8 ++++---- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.en-us.md b/README.en-us.md index 7d1306b..b1ab9b0 100644 --- a/README.en-us.md +++ b/README.en-us.md @@ -1,7 +1,7 @@ English | [简体中文](./README.md)

- +

Version @@ -11,8 +11,8 @@ English | [简体中文](./README.md) License: GPL--3.0 - - Java CI with Maven + + Java CI with Maven

@@ -39,7 +39,7 @@ API access:http://demo.fizzgate.com/proxy/[Service Name]/[API Path] ## Fizz's typical scene - + ## Product Features @@ -169,7 +169,7 @@ installation method 1: binary package: Installation method 2: docker: -Download SQL script from page: https://github.com/wehotel/fizz-gateway-community/releases/tag/{version} (replace {version} with corresponding version number) +Download SQL script from page: https://github.com/fizzgate/fizz-gateway-community/releases/tag/{version} (replace {version} with corresponding version number) For the first installation, execute the `fizz-manager-professional-{version}-mysql.sql` database script, upgrade from a low version to a high version, and choose to execute the corresponding upgrade script in the update directory diff --git a/README.md b/README.md index c923580..75305b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [English](./README.en-us.md) | 简体中文

- +

Version @@ -10,8 +10,8 @@ License: GPL--3.0 - - Java CI with Maven + + Java CI with Maven

@@ -37,7 +37,7 @@ API地址:http://demo.fizzgate.com/proxy/[服务名]/[API_Path] ## Fizz典型应用场景 - + ## 产品特性 - 应用管理:支持对接入的应用进行管理; @@ -171,7 +171,7 @@ API地址:http://demo.fizzgate.com/proxy/[服务名]/[API_Path] 安装方式二(v2.0.0或以上版本):docker: -SQL脚本下载页:https://github.com/wehotel/fizz-gateway-community/releases/tag/{version} (把{version}替换为对应版本号) +SQL脚本下载页:https://github.com/fizzgate/fizz-gateway-community/releases/tag/{version} (把{version}替换为对应版本号) 首次安装执行`fizz-manager-professional-{version}-mysql.sql`数据库脚本,从低版本升级至高版本选择执行update目录下对应升级脚本(如有脚本则执行) @@ -299,7 +299,7 @@ Fizz官方微信群(请加入群之后再询问群主) 1. 网关核心项目fizz-gateway-community社区版本以GNU v3的方式进行的开放,在遵循GNU协议的个人非商业化项目中可以免费使用。 -2. 管理后台项目(fizz-manager-professional)作为商业版本仅开放二进制包 [免费下载](https://wj.qq.com/s2/8682608/8fe2/),而商业项目请注明公司名称联系我们(sale@fizzgate.com)进行授权,了解商业授权规则请点击[商业授权规则](https://github.com/wehotel/fizz-gateway-community/wiki/%E5%95%86%E4%B8%9A%E6%8E%88%E6%9D%83) +2. 管理后台项目(fizz-manager-professional)作为商业版本仅开放二进制包 [免费下载](https://wj.qq.com/s2/8682608/8fe2/),而商业项目请注明公司名称联系我们(sale@fizzgate.com)进行授权,了解商业授权规则请点击[商业授权规则](https://github.com/fizzgate/fizz-gateway-community/wiki/%E5%95%86%E4%B8%9A%E6%8E%88%E6%9D%83) 3. 在选择Fizz Gateway之前,我们强烈建议您先试用一下我们的DEMO站点,试用我们的产品,并且思考与自身的业务结合,并且考虑产品推行落地方式,在查阅我们的官网价格(https://www.fizzgate.com) 之后再进一步与我们联系。 diff --git a/install.sh b/install.sh index db4e146..ad48152 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash # ---------------------------------------------------------------------- -# use : wget https://github.com/wehotel/fizz-gateway-community/raw/master/install.sh && bash install.sh +# use : wget https://github.com/fizzgate/fizz-gateway-community/raw/master/install.sh && bash install.sh # ---------------------------------------------------------------------- # abort on errors @@ -53,7 +53,7 @@ if [ -x "$(command -v docker)" -a -x "$(command -v docker-compose)" ]; then # 安装Fizz if [ ! -f "docker-compose.yml" ];then - wget https://github.com/wehotel/fizz-gateway-community/raw/master/docker-compose.yml + wget https://github.com/fizzgate/fizz-gateway-community/raw/master/docker-compose.yml fi if [ ! -f "/etc/docker/daemon.json" ];then diff --git a/pom.xml b/pom.xml index 96c15bb..5fb9140 100644 --- a/pom.xml +++ b/pom.xml @@ -440,12 +440,12 @@ - https://github.com/wehotel/fizz-gateway-community + https://github.com/fizzgate/fizz-gateway-community - https://github.com/wehotel/fizz-gateway-community - scm:git:https://github.com/wehotel/fizz-gateway-community.git - scm:git:https://github.com/wehotel/fizz-gateway-community.git + https://github.com/fizzgate/fizz-gateway-community + scm:git:https://github.com/fizzgate/fizz-gateway-community.git + scm:git:https://github.com/fizzgate/fizz-gateway-community.git HEAD