Fix hanadb link

This commit is contained in:
Jeff Mitchell 2017-08-14 13:04:26 -04:00
parent 3f76dcbb5d
commit 035d37cd36
2 changed files with 7 additions and 1 deletions

View File

@ -1,8 +1,14 @@
## 0.8.1 (Unreleased)
IMPROVEMENTS:
* plugins: Send logs through Vault's logger rather than stdout [GH-3142]
BUG FIXES:
* aws: Don't prefer a nil HTTP client over an existing one [GH-3159]
* secret/database: Avoid creating usernames that are too long for legacy MySQL
[GH-3138]
## 0.8.0 (August 9th, 2017)

View File

@ -53,7 +53,7 @@ This role can now be used to retrieve a new set of credentials by querying the
## API
The full list of configurable options can be seen in the [HANA database
plugin API](/api/secret/databases/HANA.html) page.
plugin API](/api/secret/databases/hanadb.html) page.
For more information on the Database secret backend's HTTP API please see the [Database secret
backend API](/api/secret/databases/index.html) page.