diff --git a/README.md b/README.md index 16304d6..8da7d56 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A Xray backend framework that can easily support many panels. 如果您喜欢本项目,可以右上角点个star+watch,持续关注本项目的进展。 -使用教程:[详细使用教程](https://crackair.gitbook.io/xrayr-project/) +使用教程:[详细使用教程](https://xrayr-project.github.io/XrayR-doc/) ## 免责声明 本项目只是本人个人学习开发并维护,本人不保证任何可用性,也不对使用本软件造成的任何后果负责。 @@ -55,14 +55,14 @@ A Xray backend framework that can easily support many panels. wget -N https://raw.githubusercontent.com/XrayR-project/XrayR-release/master/install.sh && bash install.sh ``` ### 使用Docker部署软件 -[Docker部署教程](https://crackair.gitbook.io/xrayr-project/xrayr-xia-zai-he-an-zhuang/install/docker) +[Docker部署教程](https://xrayr-project.github.io/XrayR-doc/xrayr-xia-zai-he-an-zhuang/install/docker) ### 手动安装 -[手动安装教程](https://crackair.gitbook.io/xrayr-project/xrayr-xia-zai-he-an-zhuang/install/manual) +[手动安装教程](https://xrayr-project.github.io/XrayR-doc/xrayr-xia-zai-he-an-zhuang/install/manual) ## 配置文件及详细使用教程 -[详细使用教程](https://crackair.gitbook.io/xrayr-project/) +[详细使用教程](https://xrayr-project.github.io/XrayR-doc/) ## Thanks diff --git a/api/sspanel/sspanel.go b/api/sspanel/sspanel.go index 72552aa..61a0fa1 100644 --- a/api/sspanel/sspanel.go +++ b/api/sspanel/sspanel.go @@ -183,7 +183,7 @@ func (c *APIClient) GetNodeInfo() (nodeInfo *api.NodeInfo, err error) { nodeInfo, err = c.ParseSSPanelNodeInfo(nodeInfoResponse) if err != nil { res, _ := json.Marshal(nodeInfoResponse) - return nil, fmt.Errorf("Parse node info failed: %s, \nError: %s, \nPlease check the doc of custom_config for help: https://crackair.gitbook.io/xrayr-project/dui-jie-sspanel/sspanel/sspanel_custom_config", string(res), err) + return nil, fmt.Errorf("Parse node info failed: %s, \nError: %s, \nPlease check the doc of custom_config for help: https://xrayr-project.github.io/XrayR-doc/dui-jie-sspanel/sspanel/sspanel_custom_config", string(res), err) } } else { switch c.NodeType {