diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2024-05-27 23:05:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 15:05:12 +0000 |
commit | 1ed8e6aa5fad235506f211daa9dffd448d9d5ad4 (patch) | |
tree | ecfb9d26333aa6a984006a61ee2734ec5ba7493e /docs/content/usage | |
parent | 89cc5011716850eb30c9e34130c4b2ecd9829252 (diff) | |
download | gitea-1ed8e6aa5fad235506f211daa9dffd448d9d5ad4.tar.gz gitea-1ed8e6aa5fad235506f211daa9dffd448d9d5ad4.zip |
Update demo site location from try.gitea.io -> demo.gitea.com (#31054)
Diffstat (limited to 'docs/content/usage')
-rw-r--r-- | docs/content/usage/authentication.en-us.md | 2 | ||||
-rw-r--r-- | docs/content/usage/authentication.zh-cn.md | 2 | ||||
-rw-r--r-- | docs/content/usage/issue-pull-request-templates.en-us.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/usage/authentication.en-us.md b/docs/content/usage/authentication.en-us.md index adc936dfbe..963f03a095 100644 --- a/docs/content/usage/authentication.en-us.md +++ b/docs/content/usage/authentication.en-us.md @@ -236,7 +236,7 @@ configure this, set the fields below: - Restrict what domains can log in if using a public SMTP host or SMTP host with multiple domains. - - Example: `gitea.io,mydomain.com,mydomain2.com` + - Example: `gitea.com,mydomain.com,mydomain2.com` - Force SMTPS diff --git a/docs/content/usage/authentication.zh-cn.md b/docs/content/usage/authentication.zh-cn.md index d1cfeeb800..00a24531d9 100644 --- a/docs/content/usage/authentication.zh-cn.md +++ b/docs/content/usage/authentication.zh-cn.md @@ -194,7 +194,7 @@ PAM提供了一种机制,通过对用户进行PAM认证来自动将其添加 - 如果使用公共 SMTP 主机或有多个域的 SMTP 主机,限制哪些域可以登录 限制哪些域可以登录。 - - 示例: `gitea.io,mydomain.com,mydomain2.com` + - 示例: `gitea.com,mydomain.com,mydomain2.com` - 强制使用 SMTPS - 默认情况下将使用SMTPS连接到端口465.如果您希望将smtp用于其他端口,自行设置 diff --git a/docs/content/usage/issue-pull-request-templates.en-us.md b/docs/content/usage/issue-pull-request-templates.en-us.md index e203c0d379..5220e0c7a0 100644 --- a/docs/content/usage/issue-pull-request-templates.en-us.md +++ b/docs/content/usage/issue-pull-request-templates.en-us.md @@ -308,7 +308,7 @@ This is a example for a issue config file blank_issues_enabled: true contact_links: - name: Gitea - url: https://gitea.io + url: https://gitea.com about: Visit the Gitea Website ``` |