Skip to content

Commit

Permalink
docs: fixed link error in quickstart_en.md & quickstart_zh.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gb96 committed May 22, 2022
1 parent 4a104f1 commit caf4e24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/quickstart_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sed -i.bak "s/YOUR_DOCKER_USERNAME/ironcore864/g" tools-quickstart.yaml

> 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.
The two plugins [require an environment variable](../plugins/github-repo-scaffolding-golang) to work, so let's set it:
The two plugins, <a href="../cmd/plugin/githubactions-golang">githubactions-golang </a> & <a href="../cmd/plugin/github-repo-scaffolding-golang">github-repo-scaffolding-golang </a>, require an environment variable to work, so let's set it:

```shell
export GITHUB_TOKEN="YOUR_GITHUB_TOKEN_HERE"
Expand Down
3 changes: 2 additions & 1 deletion docs/quickstart_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ sed -i.bak "s/YOUR_DOCKER_USERNAME/ironcore864/g" tools-quickstart.yaml

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


```shell
export GITHUB_TOKEN="YOUR_GITHUB_TOKEN_HERE"
Expand Down

0 comments on commit caf4e24

Please sign in to comment.