From 6ec60bf8e91e6729c03f0a9c2ce75089eb2b65fd Mon Sep 17 00:00:00 2001 From: Derrick Hawkins Date: Wed, 13 Dec 2023 11:56:34 -0800 Subject: [PATCH] add proper links for form footer links --- containers/provision/index.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/containers/provision/index.tsx b/containers/provision/index.tsx index e2f54431..923e5976 100644 --- a/containers/provision/index.tsx +++ b/containers/provision/index.tsx @@ -36,8 +36,14 @@ import { import LearnMore from '@/components/learnMore'; const FOOTER_LINKS_INFO: Record = { - 1: { linkTitle: 'authentication', href: '#' }, - 2: { linkTitle: 'configuring your cluster', href: '#' }, + 1: { + linkTitle: 'authentication', + href: 'https://docs.kubefirst.io/do/quick-start/install/cli/#github-prerequisites', + }, + 2: { + linkTitle: 'configuring your cluster', + href: 'https://docs.kubefirst.io/do/quick-start/install/ui#step-2-install-your-kubefirst-management-cluster', + }, }; const Provision: FunctionComponent = () => { @@ -234,7 +240,7 @@ const Provision: FunctionComponent = () => { showAdvancedOptions ? (