summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2024-11-09 18:47:38 -0500
committerGitHub <noreply@github.com>2024-11-09 18:47:38 -0500
commit7e64928e31e07fb9c8e63b7c395949722461870f (patch)
treefa8248f279d9f58a73579dd68e39511ba0b3bb7a
parent2622800d7ef2239094266ac17b5970fe80627435 (diff)
docs(links): Fix broken link (#2254)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
-rw-r--r--.github/workflows/docs.yml3
-rw-r--r--docs/content/datasources.md2
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 76b0113a..298a33f4 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 e85ece52..9d23740c 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