diff --git a/README.md b/README.md index 33552f91..d0ea8f03 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ ### 下载 -#### Apk下载链接: [Apk下载链接](https://gitee.com/CarGuo/GSYGithubAppFlutter/releases) +#### Apk下载链接: [Apk下载链接](https://github.com/CarGuo/gsy_github_app_flutter/releases) | 类型 | 二维码 | diff --git a/README_EN.md b/README_EN.md index f41ebf22..9384ac1b 100644 --- a/README_EN.md +++ b/README_EN.md @@ -72,7 +72,7 @@ With the use and feedback of the project, will user experience and function opti ### Download -#### Apk Link: [Apk Link](https://gitee.com/CarGuo/GSYGithubAppFlutter/releases) +#### Apk Link: [Apk Link](https://github.com/CarGuo/gsy_github_app_flutter/releases) | 类型 | 二维码 | diff --git a/lib/common/net/address.dart b/lib/common/net/address.dart index 80989e4d..46875213 100644 --- a/lib/common/net/address.dart +++ b/lib/common/net/address.dart @@ -6,7 +6,7 @@ class Address { static const String host = "https://api.github.com/"; static const String hostWeb = "https://github.com/"; static const String graphicHost = 'https://ghchart.rshah.org/'; - static const String updateUrl = 'https://gitee.com/CarGuo/GSYGithubAppFlutter/releases'; + static const String updateUrl = 'https://github.com/CarGuo/gsy_github_app_flutter/releases'; ///获取授权 post static getAuthorization() {