From 7e64928e31e07fb9c8e63b7c395949722461870f Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sat, 9 Nov 2024 18:47:38 -0500 Subject: [PATCH] docs(links): Fix broken link (#2254) Signed-off-by: Dave Henderson --- .github/workflows/docs.yml | 3 ++- docs/content/datasources.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 76b0113a0..298a33f4e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -53,6 +53,7 @@ jobs: --exclude="https://linux.die\.net.*" \ --exclude="https://jqplay\.org.*" \ --exclude="https://json\.org.*" \ - --exclude="https://goessner\.net.*" + --exclude="https://goessner\.net.*" \ + --exclude="http://opensource\.org.*" kill %1 diff --git a/docs/content/datasources.md b/docs/content/datasources.md index e85ece521..9d23740ce 100644 --- a/docs/content/datasources.md +++ b/docs/content/datasources.md @@ -694,7 +694,7 @@ The correct capabilities must be allowed for the [authenticated](#vault-authenti ### Vault Environment variables -In addition to the variables documented [above](#vault-authentication), a number of environment variables are interpreted by the Vault client, and are documented in the [official Vault documentation](https://developer.hashicorp.com/vault/docs/commands#environment-variables). +In addition to the variables documented [above](#vault-authentication), a number of environment variables are interpreted by the Vault client, and are documented in the [official Vault documentation](https://developer.hashicorp.com/vault/docs/commands#configure-environment-variables). ### Examples