Skip to content

Commit b8309c1

Browse files
committed
fix
1 parent c208b11 commit b8309c1

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

docs/content/administration/email-setup.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ PASSWD = `password`
5555

5656
要发送测试邮件以验证设置,请转到 Gitea > 站点管理 > 配置 > SMTP 邮件配置。
5757

58-
有关所有选项的完整列表,请查看[配置速查表](doc/administration/config-cheat-sheet.zh-cn.md)
58+
有关所有选项的完整列表,请查看[配置速查表](doc/administration/config-cheat-sheet.md)
5959

6060
请注意:只有在使用 TLS 或 `HOST=localhost` 加密 SMTP 服务器通信时才支持身份验证。TLS 加密可以通过以下方式进行:
6161

docs/content/help/faq.en-us.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ If a bug fix is targeted on 1.20.1 but 1.20.1 is not released yet, you can get t
3939

4040
To migrate from Gogs to Gitea:
4141

42-
- [Gogs version 0.9.146 or less](installation/upgrade-from-gogs.md)
4342
- [Gogs version 0.11.46.0418](https://github.com/go-gitea/gitea/issues/4286)
4443

4544
To migrate from GitHub to Gitea, you can use Gitea's built-in migration form.

docs/content/help/faq.zh-cn.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ menu:
4141

4242
要从Gogs迁移到Gitea:
4343

44-
- [Gogs版本0.9.146或更低](installation/upgrade-from-gogs.md)
4544
- [Gogs版本0.11.46.0418](https://github.com/go-gitea/gitea/issues/4286)
4645

4746
要从GitHub迁移到Gitea,您可以使用Gitea内置的迁移表单。

docs/content/usage/authentication.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ administrative user.
198198
field is set to `mail.com`, then Gitea will expect the `user email` field
199199
for an authenticated GIT instance to be `gituser@mail.com`.[^2]
200200

201-
**Note**: PAM support is added via [build-time flags](installation/install-from-source.md#build),
201+
**Note**: PAM support is added via [build-time flags](installation/from-source.md#build),
202202
and the official binaries provided do not have this enabled. PAM requires that
203203
the necessary libpam dynamic library be available and the necessary PAM
204204
development headers be accessible to the compiler.

0 commit comments

Comments
 (0)