From 0aa0e00fdcf8c83f160d6962995a87167baf8bfc Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 11 May 2021 11:42:47 -0700 Subject: [PATCH] website: Backend docs link to new .gitignore anchor The Git book seems to be using a different anchor format now, and so this link was previously effectively linking to the page as a whole rather than to the specific section we're trying to refer to. --- website/docs/language/settings/backends/remote.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/settings/backends/remote.html.md b/website/docs/language/settings/backends/remote.html.md index 2691a7a0b..a4d2463a3 100644 --- a/website/docs/language/settings/backends/remote.html.md +++ b/website/docs/language/settings/backends/remote.html.md @@ -227,7 +227,7 @@ paths to ignore from upload via a `.terraformignore` file at the root of your co * .terraform/ directories (exclusive of .terraform/modules) The `.terraformignore` file can include rules as one would include in a -[.gitignore file](https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files) +[.gitignore file](https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring) * Comments (starting with `#`) or blank lines are ignored