From 5d742a3127d083c1565de1c59171481ee2ddf380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= Date: Mon, 9 Jan 2023 10:37:44 +0100 Subject: [PATCH] Fix internal references in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc055d3..2275666 100644 --- a/README.md +++ b/README.md @@ -124,14 +124,14 @@ List of enabled terms. If you want to disable {Syntax Highlighter} for certain terms and use standard coloring instead, just remove them from `syntax.highlightTerms` list in your -`settings.json`. By default all [supported terms]((#customization)) are enabled. +`settings.json`. By default all [supported terms](#customization) are enabled. #### `syntax.highlightLanguages` List of enabled languages. If you want to disable {Syntax Highlighter} for certain languages and use standard coloring instead, just remove them from `syntax.highlightLanguages` list in your -`settings.json`. By default all [supported languages]((#languages)) are enabled. +`settings.json`. By default all [supported languages](#languages) are enabled. ## [Build](BUILD.md)