1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-02-03 13:11:53 +02:00

Fix URL to opentelemetry.io (#464)

Looks like a fallout from adding the `otel` part to the package
names. Spotted by Matej Gera.
This commit is contained in:
Krzesimir Nowak 2020-02-05 16:18:40 +01:00 committed by GitHub
parent 5d6654dab1
commit cab6b28263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,6 @@
Package trace contains support for OpenTelemetry distributed tracing.
The following assumes a basic familiarity with OpenTelemetry concepts.
See http://opentelemetry.io/otel
See https://opentelemetry.io.
*/
package trace // import "go.opentelemetry.io/otel/sdk/trace"