From 6cba354c68b88ad39687298f78eb060e22c7c83a Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 19 Nov 2021 16:04:43 -0500 Subject: [PATCH] fix: Link to website page via path (#1020) fix: Link to website page via path (#1020) Contributes to https://github.com/open-telemetry/opentelemetry.io/issues/922. /cc @austinlparker Co-authored-by: Robert --- website_docs/context_propagation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website_docs/context_propagation.md b/website_docs/context_propagation.md index fafb53a255..e98282fa36 100644 --- a/website_docs/context_propagation.md +++ b/website_docs/context_propagation.md @@ -1,9 +1,9 @@ --- -title: "Context Propagation" +title: Context Propagation weight: 2 --- -> Distributed Tracing tracks the progression of a single Request, called a Trace, as it is handled by Services that make up an Application. A Distributed Trace transverses process, network and security boundaries. [glossary][glossary] +> Distributed Tracing tracks the progression of a single Request, called a Trace, as it is handled by Services that make up an Application. A Distributed Trace transverses process, network and security boundaries. [Glossary][] This requires _context propagation_, a mechanism where identifiers for a trace are sent to remote processes. @@ -24,6 +24,6 @@ Propagators other than `tracecontext` and `baggage` must be added as gem depende gem 'opentelemetry-propagator-b3' ``` -[glossary]: https://opentelemetry.io/docs/concepts/glossary/ +[glossary]: /docs/concepts/glossary/ [propagators]: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/propagator [auto-instrumentation]: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/instrumentation