Skip to content

Commit a02c986

Browse files
author
Michael Brewer
committed
docs: Correct internal links to tracer
1 parent 9a66b6e commit a02c986

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/utilities/middleware_factory.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You can also have your own keyword arguments after the mandatory arguments.
6060

6161
## Tracing middleware execution
6262

63-
If you are making use of [Tracer](/core/tracer), you can trace the execution of your middleware to ease operations.
63+
If you are making use of [Tracer](../core/tracer.md), you can trace the execution of your middleware to ease operations.
6464

6565
This makes use of an existing Tracer instance that you may have initialized anywhere in your code.
6666

@@ -78,9 +78,9 @@ This makes use of an existing Tracer instance that you may have initialized anyw
7878
...
7979
```
8080

81-
When executed, your middleware name will [appear in AWS X-Ray Trace details as](/core/tracer) `## middleware_name`.
81+
When executed, your middleware name will [appear in AWS X-Ray Trace details as](../core/tracer.md) `## middleware_name`.
8282

83-
For advanced use cases, you can instantiate [Tracer](/core/tracer) inside your middleware, and add annotations as well as metadata for additional operational insights.
83+
For advanced use cases, you can instantiate [Tracer](../core/tracer.md) inside your middleware, and add annotations as well as metadata for additional operational insights.
8484

8585
=== "app.py"
8686

0 commit comments

Comments
 (0)