Skip to content

Commit 767fe0d

Browse files
author
Luc Perkins
authored
Add missing hash link in Python APM doc (DataDog#11508)
Signed-off-by: Luc Perkins <luc.perkins@datadoghq.com>
1 parent 0e8d40a commit 767fe0d

File tree

1 file changed

+1
-1
lines changed
  • content/en/tracing/profiler/enabling

1 file changed

+1
-1
lines changed

content/en/tracing/profiler/enabling/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To automatically profile your code, set the `DD_PROFILING_ENABLED` environment v
6060
DD_VERSION=1.0.3 \
6161
ddtrace-run python app.py
6262

63-
It is strongly recommended that you add tags like `service` or `version`, as they provide the ability to slice and dice your profiles across these dimensions. See [Configuration] below.
63+
It is strongly recommended that you add tags like `service` or `version`, as they provide the ability to slice and dice your profiles across these dimensions. See [Configuration](#configuration) below.
6464

6565
After a couple of minutes, visualize your profiles on the [Datadog APM > Profiler page][4].
6666

0 commit comments

Comments
 (0)