From 71a69cd9112a6d636038d095d8875f4562a13cec Mon Sep 17 00:00:00 2001 From: Colin McKibben Date: Fri, 6 Oct 2023 08:57:40 -0400 Subject: [PATCH] Updated link to IIQ product docs --- navbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navbar.js b/navbar.js index 56ac30c27..801a6246f 100644 --- a/navbar.js +++ b/navbar.js @@ -41,7 +41,7 @@ module.exports = { {to: '/iiq/api', label: 'IIQ APIs', className: 'indent'}, {to: '#', label: 'External Links', className: 'navbar__section'}, { - href: 'https://documentation.sailpoint.com', + href: 'https://documentation.sailpoint.com/#identityiq', label: 'Product Documentation', className: 'indent', },