From 3c241627c3c4ea7a21d2d091f47d7cd9c5548b08 Mon Sep 17 00:00:00 2001 From: Armin Ruech Date: Wed, 2 Sep 2020 20:37:52 +0200 Subject: [PATCH] Fix Ruby link reference in exceptions.md (#917) --- 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 6b224bf23..6dc61b07c 100644 --- a/specification/trace/semantic_conventions/exceptions.md +++ b/specification/trace/semantic_conventions/exceptions.md @@ -52,7 +52,7 @@ grained information from a stacktrace, if necessary. [java-stacktrace]: https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace%28%29 [python-stacktrace]: https://docs.python.org/3/library/traceback.html#traceback.format_exc [js-stacktrace]: https://v8.dev/docs/stack-trace-api -[ruby-stacktrace]: https://ruby-doc.org/core-2.7.1/Exception.html#method-i-full_message +[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 [telemetry-sdk-resource]: https://github.com/open-telemetry/opentelemetry-specification/tree/master/specification/resource/semantic_conventions#telemetry-sdk