From 189100ee52bdf69f16b57fe85a2feb9d94847b89 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 14 Apr 2021 02:00:16 -0400 Subject: [PATCH] Fixes broken menus link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9664a52..2ada58a 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Here are just some of the **features** that GitLens provides, - rich hover information provided for linked issues and pull requests (GitHub only) - associates pull requests with branches and commits (GitHub only) - many [**powerful commands**](#powerful-commands- 'Jump to Powerful Commands') for navigating and comparing revisions and more -- customizable [**menus & toolbars**](#menus- 'Jump to Menus & Toolbars') for control over where menu and toolbar items are shown +- customizable [**menus & toolbars**](#menus--toolbars- 'Jump to Menus & Toolbars') for control over where menu and toolbar items are shown - user-defined [**modes**](#modes- 'Jump to Modes') for quickly toggling between sets of settings - and so much more 😁 @@ -644,7 +644,7 @@ Additionally, these integrations provide commands to copy the url of or open, fi - Adds an _Enable Debug Logging_ command (`gitlens.enableDebugLogging`) to enable debug logging to the GitLens output channel - Adds a _Disable Debug Logging_ command (`gitlens.disableDebugLogging`) to disable debug logging to the GitLens output channel -## Menus & Toolbars [#](#menus- 'Menus & Toolbars') +## Menus & Toolbars [#](#menus--toolbars- 'Menus & Toolbars')

Menus & Toolbars