From 931562e7f0968aef3bb49b93b1408bf3f06b35f8 Mon Sep 17 00:00:00 2001 From: Loann Le <84412881+taoism4504@users.noreply.github.com> Date: Fri, 1 Apr 2022 14:53:41 -0700 Subject: [PATCH] fixed a link issue (#14850) --- website/content/docs/platform/k8s/helm/examples/index.mdx | 4 ++-- website/content/docs/what-is-vault.mdx | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/website/content/docs/platform/k8s/helm/examples/index.mdx b/website/content/docs/platform/k8s/helm/examples/index.mdx index fcde78de6537..858002b3719e 100644 --- a/website/content/docs/platform/k8s/helm/examples/index.mdx +++ b/website/content/docs/platform/k8s/helm/examples/index.mdx @@ -15,8 +15,8 @@ These are a collection of examples of common configurations for Vault using the The following are different configuration examples to support a variety of deployment models. You can view the different examples from the list on the left. -## Learn +## Tutorial Refer to the [Run Vault on Kubernetes](https://learn.hashicorp.com/collections/vault/kubernetes) -guides for step-by-step tutorials. +tutorial series to learn how to run Vault on Kubernetes. diff --git a/website/content/docs/what-is-vault.mdx b/website/content/docs/what-is-vault.mdx index 86d07f411e30..c011b6bd9092 100644 --- a/website/content/docs/what-is-vault.mdx +++ b/website/content/docs/what-is-vault.mdx @@ -62,6 +62,5 @@ To learn more about HCP Vault, see the [HCP Vault documentation](https://cloud.h ## Next Steps See the page on [Vault use cases](/docs/use-cases) to learn about the multiple ways -Vault can be used. Then, continue onwards with the [Getting Started -(https://learn.hashicorp.com/collections/vault/getting-started) tutorial to use Vault +Vault can be used. Then, continue onwards with the [Getting Started](https://learn.hashicorp.com/collections/vault/getting-started) tutorial to use Vault to read, write, and create real secrets and see how it works in practice.