From 6086a266966066ecc0f3cfbefae45f469cdae6ed Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 16 Feb 2023 06:42:42 -0500 Subject: [PATCH] Update exceptions.md (#3217) --- specification/trace/semantic_conventions/exceptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/trace/semantic_conventions/exceptions.md b/specification/trace/semantic_conventions/exceptions.md index 52fd108c6..33d7e1f6f 100644 --- a/specification/trace/semantic_conventions/exceptions.md +++ b/specification/trace/semantic_conventions/exceptions.md @@ -99,5 +99,5 @@ grained information from a stacktrace, if necessary. [js-stacktrace]: https://v8.dev/docs/stack-trace-api [ruby-full-message]: https://ruby-doc.org/core-2.7.1/Exception.html#method-i-full_message [csharp-stacktrace]: https://docs.microsoft.com/en-us/dotnet/api/system.exception.tostring -[go-stacktrace]: https://golang.org/pkg/runtime/debug/#Stack +[go-stacktrace]: https://pkg.go.dev/runtime/debug#Stack [telemetry-sdk-resource]: ../../resource/semantic_conventions/README.md#telemetry-sdk