Skip to content

Commit 5ca0acb

Browse files
authored
Merge pull request #578 from lennyluosz/main
To fix quickstart link error
2 parents f66db80 + b2aabc7 commit 5ca0acb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/quickstart_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sed -i.bak "s/YOUR_DOCKER_USERNAME/ironcore864/g" tools-quickstart.yaml
3636

3737
> This config file uses two plugins, one will create a GitHub repository and bootstrap it into a Golang web app, and the other will create GitHub Actions workflow for it.
3838
39-
The two plugins [require an environment variable](../plugins/github-repo-scaffolding-golang) to work, so let's set it:
39+
The two plugins, [githubactions-golang](plugins/githubactions-golang.md) & [github-repo-scaffolding-golang](plugins/github-repo-scaffolding-golang.md), require an environment variable to work, so let's set it:
4040

4141
```shell
4242
export GITHUB_TOKEN="YOUR_GITHUB_TOKEN_HERE"

docs/quickstart_zh.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ sed -i.bak "s/YOUR_DOCKER_USERNAME/ironcore864/g" tools-quickstart.yaml
3333

3434
> 这个配置文件会使用两个插件,一个用来创建 GitHub 项目,而且初始化成一个 Golang 的 web 应用结构。接着另外一个插件会给这个项目创建对应的 GitHub Actions 工作流。
3535
36-
这两个插件[需要配置一个环境变量](../plugins/github-repo-scaffolding-golang) 才能工作,我们看下怎么配置:
36+
这两个插件, [githubactions-golang](plugins/githubactions-golang.md)&[github-repo-scaffolding-golang](plugins/github-repo-scaffolding-golang.md), 需要配置一个环境变量 才能工作,我们看下怎么配置:
37+
3738

3839
```shell
3940
export GITHUB_TOKEN="YOUR_GITHUB_TOKEN_HERE"

0 commit comments

Comments
 (0)