summaryrefslogtreecommitdiff
path: root/doc/development/distributed_tracing.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-10 03:08:53 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-10 03:08:53 +0000
commitdcbbd4c1dd484360c3f7e5e9d1f9598289a648f8 (patch)
treeb1a5bafabada2db7a1d1404faa951dddb45eb2b1 /doc/development/distributed_tracing.md
parentb2cb8c48c5dddbbce803db8b7e600f722658002c (diff)
downloadgitlab-ce-dcbbd4c1dd484360c3f7e5e9d1f9598289a648f8.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/distributed_tracing.md')
-rw-r--r--doc/development/distributed_tracing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/distributed_tracing.md b/doc/development/distributed_tracing.md
index 7fc33380aba..15b3b8ba755 100644
--- a/doc/development/distributed_tracing.md
+++ b/doc/development/distributed_tracing.md
@@ -66,7 +66,7 @@ GITLAB_TRACING=opentracing://<driver>?<param_name>=<param_value>&<param_name_2>=
In this example, we have the following hypothetical values:
- `driver`: the driver. [GitLab supports
- `jaeger`](../user/project/operations/tracing.md). In future, other
+ `jaeger`](../operations/tracing.md). In future, other
tracing implementations may also be supported.
- `param_name`, `param_value`: these are driver specific configuration values. Configuration
parameters for Jaeger are documented [further on in this