From b2aabc783851462174e7a3e931816a993d59df1c Mon Sep 17 00:00:00 2001 From: Lenny <526473+gb96@users.noreply.github.com> Date: Mon, 23 May 2022 15:11:46 +0800 Subject: [PATCH] docs: fixed link error in quickstart_en.md & quickstart_zh.md --- docs/quickstart_en.md | 2 +- docs/quickstart_zh.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/quickstart_en.md b/docs/quickstart_en.md index 202d4669e..3593be460 100644 --- a/docs/quickstart_en.md +++ b/docs/quickstart_en.md @@ -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, [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: ```shell export GITHUB_TOKEN="YOUR_GITHUB_TOKEN_HERE" diff --git a/docs/quickstart_zh.md b/docs/quickstart_zh.md index b174a91d4..6337bbc57 100644 --- a/docs/quickstart_zh.md +++ b/docs/quickstart_zh.md @@ -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) 才能工作,我们看下怎么配置: +这两个插件, [githubactions-golang](plugins/githubactions-golang.md)&[github-repo-scaffolding-golang](plugins/github-repo-scaffolding-golang.md), 需要配置一个环境变量 才能工作,我们看下怎么配置: + ```shell export GITHUB_TOKEN="YOUR_GITHUB_TOKEN_HERE"