aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc
diff options
context:
space:
mode:
authorHesterG <hestergong@gmail.com>2023-07-12 19:35:07 +0800
committerGitHub <noreply@github.com>2023-07-12 11:35:07 +0000
commitb137a032977b39925f95baedf80acf4c2a10f6a0 (patch)
treedbe60908188ac8968af00b886b4f1778e2b978b7 /docs/content/doc
parent4744cb32e274ac6ce3e3e953d47b32b8e8f021e3 (diff)
downloadgitea-b137a032977b39925f95baedf80acf4c2a10f6a0.tar.gz
gitea-b137a032977b39925f95baedf80acf4c2a10f6a0.zip
Update blog links (#25843)
As title. Permalinks for lastest version of blog has changed, update the blog links. --------- Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'docs/content/doc')
-rw-r--r--docs/content/doc/usage/actions/comparison.en-us.md2
-rw-r--r--docs/content/doc/usage/actions/comparison.zh-cn.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/usage/actions/comparison.en-us.md b/docs/content/doc/usage/actions/comparison.en-us.md
index 3ca25382f5..a8545fba44 100644
--- a/docs/content/doc/usage/actions/comparison.en-us.md
+++ b/docs/content/doc/usage/actions/comparison.en-us.md
@@ -31,7 +31,7 @@ Like `uses: https://github.com/actions/checkout@v3` or `uses: http://your_gitea.
### Actions written in Go
Gitea Actions supports writing actions in Go.
-See [Creating Go Actions](https://blog.gitea.io/2023/04/creating-go-actions/).
+See [Creating Go Actions](https://blog.gitea.com/creating-go-actions/).
## Unsupported workflows syntax
diff --git a/docs/content/doc/usage/actions/comparison.zh-cn.md b/docs/content/doc/usage/actions/comparison.zh-cn.md
index 8441368b98..2fc3a23167 100644
--- a/docs/content/doc/usage/actions/comparison.zh-cn.md
+++ b/docs/content/doc/usage/actions/comparison.zh-cn.md
@@ -31,7 +31,7 @@ Gitea Actions支持通过URL绝对路径定义actions,这意味着您可以使
### 使用Go编写Actions
Gitea Actions支持使用Go编写Actions。
-请参阅[创建Go Actions](https://blog.gitea.io/2023/04/creating-go-actions/)。
+请参阅[创建Go Actions](https://blog.gitea.com/creating-go-actions/)。
## 不支持的工作流语法