From 248f8bf37f3ed51f20a09d147e4c4800066738d6 Mon Sep 17 00:00:00 2001 From: jason plumb <75337021+breedx-splk@users.noreply.github.com> Date: Thu, 25 Mar 2021 16:57:25 -0700 Subject: [PATCH] fix two broken links in the ToC in quickstart (#3063) --- QUICKSTART.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index d26defe01a1..9a70c78398e 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -5,13 +5,13 @@ - [Set up](#set-up) - [Tracing](#tracing) - * [Create basic Span](#create-basic-span) + * [Create basic Span](#create-a-basic-span) * [Create nested Spans](#create-nested-spans) * [Span Attributes](#span-attributes) * [Create Spans with events](#create-spans-with-events) * [Create Spans with links](#create-spans-with-links) * [Context Propagation](#context-propagation) -- [Metrics](#metrics) +- [Metrics](#metrics-alpha-only) - [Tracing SDK Configuration](#tracing-sdk-configuration) * [Sampler](#sampler) * [Span Processor](#span-processor)