From cee23eb6464a11bfa12826bc59c7916ea92fe302 Mon Sep 17 00:00:00 2001 From: paulroche Date: Wed, 7 Oct 2020 08:50:09 -0700 Subject: [PATCH] fix link to opentelemetry exporters --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 085fb573ac5..c9c12e8a84e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,7 +30,7 @@ In addition, there are several extension packages which can be installed separat pip install opentelemetry-instrumentation-{instrumentation} These are for exporter and instrumentation packages respectively. -The packages can be found in :scm_web:`instrumentation/ directory of the repository `. +The packages can be found in :scm_web:`instrumentation/ directory of the repository `. Extensions ----------