From 8068c975c2ee812ef1762bf2c21b948f03da210d Mon Sep 17 00:00:00 2001 From: Justin Toniazzo Date: Wed, 8 Nov 2017 09:54:46 -0500 Subject: [PATCH] Fix broken link in readme TOC (#1131) The `Respecting .gitignore` link pointed to a section of the readme which no longer exists. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba54bc5..a7c193a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Table of Contents * [Executing external programs](#executing-external-programs) * [Preview window](#preview-window) * [Tips](#tips) - * [Respecting .gitignore, .hgignore, and svn:ignore](#respecting-gitignore-hgignore-and-svnignore) + * [Respecting .gitignore](#respecting-gitignore) * [git ls-tree for fast traversal](#git-ls-tree-for-fast-traversal) * [Fish shell](#fish-shell) * [License](#license)