diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 07f8355..af96f80 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -25,7 +25,7 @@ body: options: - label: "我已经使用一个干净且无其它非必要的插件的环境测试过,问题依旧存在。" required: true - - label: "我已经在 [Issue Tracker](https://github.com/luoshuijs/TGPaimonBot/issues) 中找过我要提出的问题,没有找到相同问题的ISSUE。" + - label: "我已经在 [Issue Tracker](https://github.com/PaiGramTeam/PaiGram/issues) 中找过我要提出的问题,没有找到相同问题的ISSUE。" required: true - label: 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。 required: true diff --git a/.github/ISSUE_TEMPLATE/new-feature.yaml b/.github/ISSUE_TEMPLATE/new-feature.yaml index fdc8f11..e53e878 100644 --- a/.github/ISSUE_TEMPLATE/new-feature.yaml +++ b/.github/ISSUE_TEMPLATE/new-feature.yaml @@ -24,7 +24,7 @@ body: options: - label: "我确定这是一个从未被提出和实现过的功能。" required: true - - label: "我已经在 [Issue Tracker](https://github.com/luoshuijs/TGPaimonBot/issues) 以及 [Pull Request](https://github.com/luoshuijs/TGPaimonBot/pulls) 中找过我要提出的功能,没有找到相同功能的ISSUE和PR。" + - label: "我已经在 [Issue Tracker](https://github.com/PaiGramTeam/PaiGram/issues) 以及 [Pull Request](https://github.com/PaiGramTeam/PaiGram/pulls) 中找过我要提出的功能,没有找到相同功能的ISSUE和PR。" required: true - label: 我已知晓并同意,此处仅用于建议新功能。若这个 Issue 是关于其他非主题的问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。 required: true diff --git a/Dockerfile b/Dockerfile index b09d694..1e54d17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN echo "deb http://ftp.us.debian.org/debian buster main non-free" >> /etc/apt/ && apt update \ # clone && apt install git wget curl -y \ - && git clone -b main https://github.com/luoshuijs/TGPaimonBot.git /app \ + && git clone -b main https://github.com/PaiGramTeam/PaiGram.git /app \ # install dependencies \ && pip install virtualenv==20.19.0 poetry==1.3.2 \ && python3 -m virtualenv venv/ \ diff --git a/README.md b/README.md index a52aa55..1e76115 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - +
@@ -53,7 +53,7 @@ poetry install --extras pyro cp .env.example .env ``` -详细配置说明见 [Wiki/Env Settings](https://github.com/luoshuijs/TGPaimonBot/wiki/Env-Settings) +详细配置说明见 [Wiki/Env Settings](https://github.com/PaiGramTeam/PaiGram/wiki/Env-Settings) ### 4. 初始化数据库 @@ -69,11 +69,11 @@ poetry run python ./run.py ## 使用 Docker 部署 -详见 [Wiki/Deploy with Docker](https://github.com/luoshuijs/TGPaimonBot/wiki/Deploy-with-Docker) +详见 [Wiki/Deploy with Docker](https://github.com/PaiGramTeam/PaiGram/wiki/Deploy-with-Docker) ## 使用 Podman 部署 -详见 [Wiki/Deploy with Podman](https://github.com/luoshuijs/TGPaimonBot/wiki/Deploy-with-Podman) +详见 [Wiki/Deploy with Podman](https://github.com/PaiGramTeam/PaiGram/wiki/Deploy-with-Podman) ## 其他说明