aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc
diff options
context:
space:
mode:
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/)。
## 不支持的工作流语法