From 6c60c006734b84dbfd093a2d37b162e128522641 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Thu, 16 Feb 2023 19:53:53 -0800 Subject: [PATCH] chore: fix typo in Changelog (#2111) * chore: fix typo in Changelog * fix autonat dashboard loc --------- Co-authored-by: Prithvi Shahi --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 338f8a20e9..cf70d574b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Since the last release, we've added additional metrics to different components. Metrics were added to: -* [AutoNat](https://github.com/libp2p/go-libp2p/pull/2086): Current Reachability Status and Confidence, Client and Server DialResponses, Server DialRejections. The dashboard is [avialable here](https://github.com/sukunrt/go-libp2p/blob/master/p2p/host/autonat/grafana-dashboards/autonat.json). +* [AutoNat](https://github.com/libp2p/go-libp2p/pull/2086): Current Reachability Status and Confidence, Client and Server DialResponses, Server DialRejections. The dashboard is [available here](https://github.com/libp2p/go-libp2p/blob/master/dashboards/autonat/autonat.json). ## 🐞 Bugfixes