From dcfb059f1f07e96afa23125648e9f69e6893b43a Mon Sep 17 00:00:00 2001 From: rnburn Date: Mon, 23 Oct 2017 17:22:22 -0700 Subject: [PATCH] Update links to nginx-opentracing. --- docs/user-guide/configmap.md | 2 +- docs/user-guide/opentracing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/configmap.md b/docs/user-guide/configmap.md index d003316ab..a39320a41 100644 --- a/docs/user-guide/configmap.md +++ b/docs/user-guide/configmap.md @@ -380,7 +380,7 @@ Default: "" #### enable-opentracing -Enables the nginx Opentracing extension https://github.com/rnburn/nginx-opentracing +Enables the nginx Opentracing extension https://github.com/opentracing-contrib/nginx-opentracing By default this is disabled #### zipkin-collector-host diff --git a/docs/user-guide/opentracing.md b/docs/user-guide/opentracing.md index 6fcf93ae4..4a592e4fa 100644 --- a/docs/user-guide/opentracing.md +++ b/docs/user-guide/opentracing.md @@ -1,6 +1,6 @@ # OpenTracing -Using the third party module [rnburn/nginx-opentracing](https://github.com/rnburn/nginx-opentracing) the NGINX ingress controller can configure NGINX to enable [OpenTracing](http://opentracing.io) instrumentation. +Using the third party module [opentracing-contrib/nginx-opentracing](https://github.com/opentracing-contrib/nginx-opentracing) the NGINX ingress controller can configure NGINX to enable [OpenTracing](http://opentracing.io) instrumentation. By default this feature is disabled. To enable the instrumentation we just need to enable the instrumentation in the configuration configmap and set the host where we should send the traces.