From 8a1c4ed29b38e741e67347444fa6a0e871da67ff Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sat, 13 Feb 2021 11:15:09 -0800 Subject: [PATCH] Fix README TOC links (#2275) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 750c31afc9..2a2248f8dd 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ * [About](#about) * [Getting Started](#getting-started) * [Configuring the Agent](#configuring-the-agent) -* [Supported libraries, frameworks, and application servers](#supported-libraries--frameworks--and-application-servers) +* [Supported libraries, frameworks, and application servers](#supported-libraries-frameworks-and-application-servers) * [Manually instrumenting](#manually-instrumenting) -* [Logger MDC auto-instrumentation](#logger-mdc--mapped-diagnostic-context--auto-instrumentation) +* [Logger MDC auto-instrumentation](#logger-mdc-mapped-diagnostic-context-auto-instrumentation) * [Troubleshooting](#troubleshooting) -* [Roadmap to 1.0 (GA)](#roadmap-to-10--ga-) +* [Roadmap to 1.0 (GA)](#roadmap-to-10-ga) * [Contributing](#contributing) ## About