Update website/content/docs/upgrading/upgrade-specific.mdx

Co-authored-by: mrspanishviking <kcardenas@hashicorp.com>
This commit is contained in:
R.B. Boyer 2021-12-14 14:52:50 -06:00 committed by R.B. Boyer
parent bb0f9afe98
commit 253fb097d8
1 changed files with 1 additions and 1 deletions

View File

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