From 9148aa326e283c92e4fac39a47221ec5615f195c Mon Sep 17 00:00:00 2001 From: makocchi-git Date: Thu, 18 Jun 2020 12:58:55 +0900 Subject: [PATCH] fix a broken link --- content/en/docs/concepts/_index.md | 2 +- content/en/docs/tutorials/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/_index.md b/content/en/docs/concepts/_index.md index 1a61e3b28f..27c23bfe4d 100644 --- a/content/en/docs/concepts/_index.md +++ b/content/en/docs/concepts/_index.md @@ -66,7 +66,7 @@ The nodes in a cluster are the machines (VMs, physical servers, etc) that run yo If you would like to write a concept page, see -[Page Content Types](/docs/home/contribute/style/page-content-types/#concept) +[Page Content Types](/docs/contribute/style/page-content-types/#concept) for information about the concept page types. diff --git a/content/en/docs/tutorials/_index.md b/content/en/docs/tutorials/_index.md index 5551e5a8ea..0deadcd945 100644 --- a/content/en/docs/tutorials/_index.md +++ b/content/en/docs/tutorials/_index.md @@ -70,7 +70,7 @@ Before walking through each tutorial, you may want to bookmark the If you would like to write a tutorial, see -[Content Page Types](/docs/home/contribute/style/page-content-types/) +[Content Page Types](/docs/contribute/style/page-content-types/) for information about the tutorial page type.