From 04d7efd61c8aa52621e96d60b34d12fa25d88893 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" <4903+rboyer@users.noreply.github.com> Date: Tue, 14 Dec 2021 14:52:50 -0600 Subject: [PATCH] Update website/content/docs/upgrading/upgrade-specific.mdx Co-authored-by: mrspanishviking --- website/content/docs/upgrading/upgrade-specific.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/upgrading/upgrade-specific.mdx b/website/content/docs/upgrading/upgrade-specific.mdx index 24d1674d63..b14ce1d92e 100644 --- a/website/content/docs/upgrading/upgrade-specific.mdx +++ b/website/content/docs/upgrading/upgrade-specific.mdx @@ -63,7 +63,7 @@ Due to this removal the following endpoints no longer function: ### Raft Storage Changes The underlying library used for persisting the Raft log to persistent storage -was [upgraded](https://github.com/hashicorp/consul/issues/11720)] from +was [upgraded](https://github.com/hashicorp/consul/issues/11720) from [`boltdb`](https://pkg.go.dev/github.com/boltdb/bolt) to [`bbolt`](https://pkg.go.dev/go.etcd.io/bbolt).