From 8068c975c2ee812ef1762bf2c21b948f03da210d Mon Sep 17 00:00:00 2001
From: Justin Toniazzo <jutonz42@gmail.com>
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 ba54bc5e..a7c193a5 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, <code>.hgignore</code>, and <code>svn:ignore</code>](#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)
    * [<a href="LICENSE">License</a>](#license)
-- 
GitLab