Skip to content

Commit af59c15

Browse files
committed
updated readme links to hashicorp docs
Signed-off-by: Rod Anami <[email protected]>
1 parent 72b4d74 commit af59c15

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -278,32 +278,33 @@ Check below docs for more information on specific function groups.
278278

279279
The following HashiCorp Vault API endpoints are currently covered:
280280

281-
* [System Backend](https://www.vaultproject.io/api-docs/system) - Partially
281+
* [System Backend](https://developer.hashicorp.com/vault/api-docs/system) - Partially
282282

283283
* Auth methods:
284284

285285
| **Method** | **Coverage status** |
286286
|:-----------|:-----------|
287-
| [AppRole](https://www.vaultproject.io/api-docs/auth/approle) | `Partially` |
288-
| [LDAP](https://www.vaultproject.io/api-docs/auth/ldap) | `All endpoints` |
289-
| [Userpass](https://www.vaultproject.io/api-docs/auth/userpass) | `All endpoints` |
290-
| [Kubernetes](https://www.vaultproject.io/api-docs/auth/kubernetes) | `All endpoints` |
291-
| [TLS Cert](https://www.vaultproject.io/docs/auth/cert) | `Partially` |
292-
| [Token](https://www.vaultproject.io/api-docs/auth/token) | `Most of them` |
287+
| [AppRole](https://developer.hashicorp.com/vault/api-docs/auth/approle) | `Partially` |
288+
| [LDAP](https://developer.hashicorp.com/vault/api-docs/auth/ldap) | `All endpoints` |
289+
| [Userpass](https://developer.hashicorp.com/vault/api-docs/auth/userpass) | `All endpoints` |
290+
| [Kubernetes](https://developer.hashicorp.com/vault/api-docs/auth/kubernetes) | `All endpoints` |
291+
| [TLS Cert](https://developer.hashicorp.com/vault/docs/auth/cert) | `Partially` |
292+
| [Token](https://developer.hashicorp.com/vault/api-docs/auth/token) | `Most of them` |
293293
| | |
294294

295295
* Secret engines:
296296

297297
| **Engine** | **Coverage status** |
298298
|:------------|:-----------|
299-
| [Active Directory (AD)](https://www.vaultproject.io/api-docs/secret/ad) | `Most of them, currently in deprecation notice` |
300-
| [KV Version 2](https://www.vaultproject.io/api-docs/secret/kv/kv-v2) | `All endpoints` |
301-
| [PKI](https://www.vaultproject.io/api-docs/secret/pki) | `Most of them` |
299+
| [Active Directory (AD)](https://developer.hashicorp.com/vault/api-docs/secret/ad) | `Most of them, currently in deprecation notice` |
300+
| [KV Version 2](https://developer.hashicorp.com/vault/api-docs/secret/kv/kv-v2) | `All endpoints` |
301+
| [PKI](https://developer.hashicorp.com/vault/api-docs/secret/pki) | `Most of them` |
302+
| [TOTP](https://developer.hashicorp.com/vault/api-docs/secret/totp) | `Few of them`|
302303
| | |
303304

304305
### Test environment
305306

306-
Follow the detailed instructions from this [doc](/docs/Test-environment.md)
307+
* Follow the detailed instructions from this [doc](/docs/Test-environment.md)
307308

308309
### References
309310

0 commit comments

Comments
 (0)