diff --git a/content/en/docs/migration/opentracing.md b/content/en/docs/migration/opentracing.md index 9df999a492c6..bb61a6c2b560 100644 --- a/content/en/docs/migration/opentracing.md +++ b/content/en/docs/migration/opentracing.md @@ -27,6 +27,7 @@ of the OpenTracing and OpenTelemetry APIs are listed in the table below. | [Python][] | 2.7 | 3.6 | | [Javascript][] | 6 | 8.5 | | [.NET][] | 1.3 | 1.4 | +| [C++][] | 11 | 11 | Note that the OpenTelemetry API and SDKs generally have higher language version requirements than their OpenTracing counterparts. @@ -185,5 +186,6 @@ shim, see [OpenTracing Compatibility][OT_spec]. [Java]: https://github.com/open-telemetry/opentelemetry-java/tree/main/opentracing-shim [Javascript]: https://www.npmjs.com/package/@opentelemetry/shim-opentracing [OpenTracing]: https://opentracing.io -[OT_spec]: {{< relref "/docs/reference/specification/compatibility/opentracing" >}} +[OT_spec]: /docs/reference/specification/compatibility/opentracing/ [Python]: https://opentelemetry-python.readthedocs.io/en/stable/shim/opentracing_shim/opentracing_shim.html +[C++]: https://github.com/open-telemetry/opentelemetry-cpp/issues/78