From 59d30f567a0460dd10c0b750043bacc90bd41b5a Mon Sep 17 00:00:00 2001 From: Jon Torre <78599298+JTorreG@users.noreply.github.com> Date: Mon, 25 Aug 2025 11:06:34 +0100 Subject: [PATCH] fix: Update Vault references to use new documentation links Updates two hashicorp links to the current locations --- content/nim/system-configuration/configure-vault.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/nim/system-configuration/configure-vault.md b/content/nim/system-configuration/configure-vault.md index 06d2915b7..2b0bae9e2 100644 --- a/content/nim/system-configuration/configure-vault.md +++ b/content/nim/system-configuration/configure-vault.md @@ -15,8 +15,8 @@ HashiCorp's Vault is a popular solution for storing secrets. While F5 NGINX Inst To complete the steps in this guide, you need: -- A working understanding of [Vault](https://www.vaultproject.io) and its operations. -- A running version of [Vault 1.8.8 or later](https://www.vaultproject.io/docs/install). +- A working understanding of [Vault](https://developer.hashicorp.com/vault) and its operations. +- A running version of [Vault 1.8.8 or later](https://developer.hashicorp.com/vault/install). ---