From c95052726f76afb79794b5ec203d69b4d6368c19 Mon Sep 17 00:00:00 2001 From: Qingsheng Ma Date: Wed, 5 Jun 2024 19:54:47 +0800 Subject: [PATCH] fix link in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d88e79bf3..b6ab02e188a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - The superfluous `response.WriteHeader` call in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` when the response writer is flushed. (#5634) - Custom attributes targeting metrics recorded by the `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` are not ignored anymore. (#5129) -- Using `c.FullPath()` to set `http.route` attribute in [`otelgin`](https://github.com/NeoCN/opentelemetry-go-contrib/blob/main_backup/go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin) +- Using `c.FullPath()` to set `http.route` attribute in [`otelgin`](go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin) ### Deprecated