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).