From 45737ddd3c9e9209ad449ed1e779fa43336ef29e Mon Sep 17 00:00:00 2001
From: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
Date: Mon, 10 Apr 2023 17:26:50 -0600
Subject: [PATCH] UI: Fix remaining DocLink paths (#20070)
* fix remaining doclinks
* add changelog
* Apply suggestions from code review
fix links
---
changelog/20070.txt | 3 +++
ui/app/templates/components/keymgmt/distribute.hbs | 6 +++---
.../components/mfa/mfa-login-enforcement-header.hbs | 2 +-
ui/app/templates/components/oidc/scope-form.hbs | 2 +-
ui/app/templates/components/pki/config-pki-ca.hbs | 2 +-
ui/app/templates/components/secret-form-show.hbs | 4 ++--
ui/app/templates/vault.hbs | 2 +-
ui/app/templates/vault/cluster/access/method/section.hbs | 2 +-
.../templates/vault/cluster/access/mfa/methods/create.hbs | 6 +++---
.../vault/cluster/access/oidc/assignments/index.hbs | 2 +-
ui/app/templates/vault/cluster/access/oidc/scopes/index.hbs | 2 +-
.../vault/cluster/secrets/backend/edit-metadata.hbs | 2 +-
ui/lib/core/addon/components/doc-link.js | 2 +-
.../addon/templates/components/swagger-ui.hbs | 2 +-
.../replication/addon/templates/mode/secondaries/index.hbs | 2 +-
15 files changed, 22 insertions(+), 19 deletions(-)
create mode 100644 changelog/20070.txt
diff --git a/changelog/20070.txt b/changelog/20070.txt
new file mode 100644
index 000000000..34e6e5540
--- /dev/null
+++ b/changelog/20070.txt
@@ -0,0 +1,3 @@
+```release-note:bug
+ui: fixes remaining doc links to include /vault in path
+```
\ No newline at end of file
diff --git a/ui/app/templates/components/keymgmt/distribute.hbs b/ui/app/templates/components/keymgmt/distribute.hbs
index 567f7c6d1..50bbf6bdd 100644
--- a/ui/app/templates/components/keymgmt/distribute.hbs
+++ b/ui/app/templates/components/keymgmt/distribute.hbs
@@ -20,7 +20,7 @@
The full list of template parameters can be found
-
{{this.description}}
-
{{this.description}}
-
Use scope to define identity information about the authenticated user.
-
X-Vault-Namespace: {{R.namespace.path}}
. You can also use
{{R.namespace.path}}
as an API prefix. See
-