diff options
author | yp05327 <576951401@qq.com> | 2023-11-24 22:57:09 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-24 13:57:09 +0000 |
commit | ad9aac39752c733ae0694b8299c0a525c08d14c9 (patch) | |
tree | f1388666c86b765279354ce6fca07333ba4a715d /docs/content/help | |
parent | 6c7744370f1c5e524377a15ea26abd58a1598639 (diff) | |
download | gitea-ad9aac39752c733ae0694b8299c0a525c08d14c9.tar.gz gitea-ad9aac39752c733ae0694b8299c0a525c08d14c9.zip |
Fix some incorrect links in docs (#28191)
https://gitea.com/gitea/gitea-docusaurus/actions/runs/661/jobs/0#jobstep-9-39
I noticed that there are many warning logs in building docs.
It is causing 404 in docs.gitea.com now, so we need to fix it.
And there are also some other problems in v1.19 which can not be done in
this PR.
ps: Are there any good methods to test this in local?
Diffstat (limited to 'docs/content/help')
-rw-r--r-- | docs/content/help/faq.en-us.md | 1 | ||||
-rw-r--r-- | docs/content/help/faq.zh-cn.md | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/content/help/faq.en-us.md b/docs/content/help/faq.en-us.md index 0116b81e75..93b3434f47 100644 --- a/docs/content/help/faq.en-us.md +++ b/docs/content/help/faq.en-us.md @@ -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 To migrate from Gogs to Gitea: -- [Gogs version 0.9.146 or less](installation/upgrade-from-gogs.md) - [Gogs version 0.11.46.0418](https://github.com/go-gitea/gitea/issues/4286) To migrate from GitHub to Gitea, you can use Gitea's built-in migration form. diff --git a/docs/content/help/faq.zh-cn.md b/docs/content/help/faq.zh-cn.md index b71d38269a..096ac05f48 100644 --- a/docs/content/help/faq.zh-cn.md +++ b/docs/content/help/faq.zh-cn.md @@ -41,7 +41,6 @@ menu: 要从Gogs迁移到Gitea: -- [Gogs版本0.9.146或更低](installation/upgrade-from-gogs.md) - [Gogs版本0.11.46.0418](https://github.com/go-gitea/gitea/issues/4286) 要从GitHub迁移到Gitea,您可以使用Gitea内置的迁移表单。 |