From cd2bf86a0d0a1added2401ec6c75b27d3339587d Mon Sep 17 00:00:00 2001 From: Anand Capur Date: Mon, 28 Sep 2020 16:43:19 -0700 Subject: [PATCH] Fix getting started link (#484) --- website/content/docs/concepts/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/concepts/index.mdx b/website/content/docs/concepts/index.mdx index 2460b62b58..79e4a57de1 100644 --- a/website/content/docs/concepts/index.mdx +++ b/website/content/docs/concepts/index.mdx @@ -23,7 +23,7 @@ Users and Groups can be assigned permissions by assigning them to [roles](/docs/ Boundary enables flexible management of hosts and services without the use of an end-agent. Boundary administrators define [targets](/docs/concepts/domain-model/targets) which expose one or more [hosts](/docs/concepts/domain-model/hosts) with connection info. Access to resource can be assigned to [roles](/docs/concepts/domain-model/roles) through a [grant](/docs/concepts/domain-model/grants). # Next Steps -Be sure Boundary is able to run locally with the instructions at [Getting-Started](/docs/getting-started/index). Then, learn how to create targets and initiate a session with [Connect to Your First Target](/docs/getting-started/connect-to-target). +Be sure Boundary is able to run locally with the instructions at [Getting Started](/docs/getting-started). Then, learn how to create targets and initiate a session with [Connect to Your First Target](/docs/getting-started/connect-to-target). # Further Reading For more information see our general recommendations for [deployment architecture](/docs/installing/production) and be sure to stay tuned for our [security model](/docs/concepts/security-model).