diff --git a/docs/se/tracing.adoc b/docs/se/tracing.adoc index 239da734c84..f63f44fe6b8 100644 --- a/docs/se/tracing.adoc +++ b/docs/se/tracing.adoc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2019, 2022 Oracle and/or its affiliates. + Copyright (c) 2019, 2023 Oracle and/or its affiliates. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -286,12 +286,12 @@ Tracing propagation is automatic as long as the current span context is availabl [source,xml] ---- - io.helidon.reactive.webclient - helidon-reactive-webclient + io.helidon.webclient + helidon-webclient - io.helidon.reactive.webclient - helidon-reactive-webclient-tracing + io.helidon.webclient + helidon-webclient-tracing ----