Skip to content

Commit 4b72466

Browse files
committed
Fix broken links in contributor docs
1 parent 2ae1a7d commit 4b72466

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/search-indices/zh-Hans.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/content/contributor-docs/en/release_process.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ CDNs will take a bit more time (a day or two) to update but they will automatica
5353

5454
## What's actually happening
5555

56-
The GitHub Action ["New p5.js release"](../.github/workflows/release.yml) is triggered on a tag that matches the pattern `v*.*.*` which is created by the `npm version ___` command.
56+
The GitHub Action ["New p5.js release"](../.github/workflows/release-workflow.yml) is triggered on a tag that matches the pattern `v*.*.*` which is created by the `npm version ___` command.
5757

5858
Once triggered, it will run the following steps:
5959

src/content/contributor-docs/zh-Hans/release_process.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ git push origin v1.4.2 # 用刚刚创建的版本号替换此处的版本号
3737

3838
## 实际发生的情况
3939

40-
Github Actions CI 上的["New p5.js release"](../.github/workflows/release.yml)操作是在匹配 `v*.*.*` 格式的标签上触发的,该标签是通过 `npm version ___` 命令创建的。
40+
Github Actions CI 上的["New p5.js release"](../.github/workflows/release-workflow.yml)操作是在匹配 `v*.*.*` 格式的标签上触发的,该标签是通过 `npm version ___` 命令创建的。
4141

4242
一旦触发,它将执行以下步骤:
4343

0 commit comments

Comments
 (0)