-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix links in docs #28302
Fix links in docs #28302
Conversation
c80b507
to
cfd83fb
Compare
@@ -209,6 +209,6 @@ remote: ./hooks/pre-receive.d/gitea: line 2: [...]: No such file or directory | |||
|
|||
如果您没有使用 Gitea 内置的 SSH 服务器,您还需要通过在管理选项中运行任务 `Update the '.ssh/authorized_keys' file with Gitea SSH keys.` 来重新编写授权密钥文件。 | |||
|
|||
> 更多经验总结,请参考英文版 [Troubleshooting](/en-us/install-from-binary/#troubleshooting) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this translation is not good. Are there any way to generate links for other language with same version?
title: "Fix docs" -> "Fix links in docs"? |
Done. |
* giteaofficial/main: [skip ci] Updated licenses and gitignores Fix missing issue search index update when changing status (go-gitea#28325) Keep profile tab when clicking on Language (go-gitea#28320) Fix wrong link in `protect_branch_name_pattern_desc` (go-gitea#28313) Fix links in docs (go-gitea#28302)
It seems that the bot won't work. |
Close go-gitea#28287 ## How to test it in local convert Makefile L34 into: ``` cd .tmp/upstream-docs && git clean -f && git reset --hard && git fetch origin pull/28302/head:pr28302 && git switch pr28302 ```
Backport #28302 by @yp05327 Close #28287 ## How to test it in local convert Makefile L34 into: ``` cd .tmp/upstream-docs && git clean -f && git reset --hard && git fetch origin pull/28302/head:pr28302 && git switch pr28302 ``` Co-authored-by: yp05327 <[email protected]>
I was unable to create a backport for 1.21. @yp05327, please send one manually. 🍵
|
emmm, where is the backport for v1.20? |
The teabot backport it to v1.20 failed. |
Close go-gitea#28287 ## How to test it in local convert Makefile L34 into: ``` cd .tmp/upstream-docs && git clean -f && git reset --hard && git fetch origin pull/28302/head:pr28302 && git switch pr28302 ```
Close go-gitea#28287 ## How to test it in local convert Makefile L34 into: ``` cd .tmp/upstream-docs && git clean -f && git reset --hard && git fetch origin pull/28302/head:pr28302 && git switch pr28302 ```
Close #28287
How to test it in local
convert Makefile L34 into: