diff options
author | HesterG <hestergong@gmail.com> | 2023-07-12 19:35:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-12 11:35:07 +0000 |
commit | b137a032977b39925f95baedf80acf4c2a10f6a0 (patch) | |
tree | dbe60908188ac8968af00b886b4f1778e2b978b7 /docs/content/doc | |
parent | 4744cb32e274ac6ce3e3e953d47b32b8e8f021e3 (diff) | |
download | gitea-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.md | 2 | ||||
-rw-r--r-- | docs/content/doc/usage/actions/comparison.zh-cn.md | 2 |
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/)。 ## 不支持的工作流语法 |