From d3b9d5cddaf7c3216e7eb9c2163f6a3d397122c1 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 2 Jul 2021 13:51:00 -0400 Subject: [PATCH] Update website/README.md Co-authored-by: Tu Nguyen --- website/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/README.md b/website/README.md index 263fbf2c8..45df244a7 100644 --- a/website/README.md +++ b/website/README.md @@ -10,7 +10,7 @@ a whole. ## Previewing Changes -You should preview all of your changes locally before creating a pull request. The build includes content from this repository and the `terraform-website` repository, allowing you to preview the entire Terraform documentation site. +You should preview all of your changes locally before creating a pull request. The build includes content from this repository and the [`terraform-website`](https://github.com/hashicorp/terraform-website/) repository, allowing you to preview the entire Terraform documentation site. If `terraform-website` isn't in your `GOPATH`, the preview command will clone it to your machine. **Set Up Local Environment**