From 932c6ef8ecdac4150e2e8281d699ee0ae36ad856 Mon Sep 17 00:00:00 2001 From: Shinsina Date: Wed, 18 Oct 2023 09:08:44 -0500 Subject: [PATCH] Set menu links to subsections over sites --- sites/diverseeducation.com/config/navigation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/diverseeducation.com/config/navigation.js b/sites/diverseeducation.com/config/navigation.js index 84eac770..44198478 100644 --- a/sites/diverseeducation.com/config/navigation.js +++ b/sites/diverseeducation.com/config/navigation.js @@ -20,9 +20,9 @@ const resources = [ // { href: '/reports-data', label: 'Reports & Data' }, // { href: '/from-the-magazine', label: 'From the Magazine' }, { href: 'https://www.ccnewsnow.com', label: 'Community Colleges', target: '_blank' }, - { href: 'https://www.divhealth.net', label: 'Health', target: '_blank' }, + { href: '/health', label: 'Health' }, { href: 'https://diversejobs.net', label: 'Jobs', target: '_blank' }, - { href: 'https://www.diversemilitary.net', label: 'Military', target: '_blank' }, + { href: '/military', label: 'Military' }, { href: 'https://keepitreal.diverseeducation.com/', label: 'Keep it Real', target: '_blank' }, { href: 'https://shop.diverseeducation.com/', label: 'Shop', target: '_blank' }, ];