From c25e081d8240f9bfc0d078b17c38206a0d28a904 Mon Sep 17 00:00:00 2001 From: czhc Date: Thu, 24 Jan 2019 12:51:36 +0800 Subject: [PATCH] Fix broken links in Getting Started --- docs/content/en/docs/getting-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/getting-started/_index.md b/docs/content/en/docs/getting-started/_index.md index 8d398c4d4e8..7b00d126f2c 100644 --- a/docs/content/en/docs/getting-started/_index.md +++ b/docs/content/en/docs/getting-started/_index.md @@ -232,7 +232,7 @@ Skaffold will perform the workflow described in `skaffold.yaml` exactly once. ## What's next For more in-depth topics of Skaffold, explore [Skaffold Concepts: Configuration](/docs/concepts/#configuration), -[Skaffold Concepts: Workflow](/docs/concepts/workflow), and [Skaffold Concepts: Architecture](/docs/config/architecture). +[Skaffold Concepts: Workflow](/docs/concepts/#workflow), and [Skaffold Concepts: Architecture](/docs/concepts/#architecture). To learn more about how Skaffold builds, tags, and deploys your app, see the How-to Guides on [Using Builders](/docs/how-tos/builders), [Using Taggers](/docs/how-tos/taggers), and [Using Deployers](/docs/how-tos/deployers).