Skip to content

Commit 01d8514

Browse files
authored
Fix TOC links in README 📖 (#27)
1 parent f4c06f0 commit 01d8514

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ This project uses the context progagation types defined independently in:
3434

3535
* [Compatibility](#compatibility)
3636
+ [Tracing Backends](#tracing-backends)
37-
+ [Libraries & Frameworks](#libraries---frameworks)
37+
+ [Libraries & Frameworks](#libraries--frameworks)
3838
* [Getting Started](#getting-started)
39-
+ [Dependencies & Tracer backend](#dependencies---tracer-backend)
39+
+ [Dependencies & Tracer backend](#dependencies--tracer-backend)
4040
+ [Benefiting from instrumented libraries/frameworks](#benefiting-from-instrumented-libraries-frameworks)
4141
+ [Instrumenting your code](#instrumenting-your-code)
4242
+ [More examples](#more-examples)
@@ -49,7 +49,7 @@ This project uses the context progagation types defined independently in:
4949
+ [Working with `Span`s](#spans)
5050
* In-Depth Guide for: **Library/Framework developers**
5151
+ [Instrumenting your software](#library-framework-developers--instrumenting-your-software)
52-
+ [Extracting & injecting LoggingContext](#extracting---injecting-LoggingContext)
52+
+ [Extracting & injecting Baggage](#extracting--injecting-baggage)
5353
+ [Tracing your library](#tracing-your-library)
5454
* In-Depth Guide for: **Instrument developers**
5555
+ [Creating an `Instrument`](#instrument-developers--creating-an-instrument)

0 commit comments

Comments
 (0)