Skip to content

Commit

Permalink
Merge pull request #88 from pluralsh/fix-solutions-url
Browse files Browse the repository at this point in the history
fix solutions url
  • Loading branch information
michaeljguarino authored Jun 13, 2024
2 parents e5558c0 + fab16cb commit cad983f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data/getSiteSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,31 +94,31 @@ export const getSiteSettings = () => ({
link: {
id: '2-1',
title: 'Build Securely by default',
url: 'solutions/secure-deployments',
url: '/solutions/secure-deployments',
},
},
{
id: '2-2',
link: {
id: '2-2',
title: 'Accelerate Your Path to Compliance',
url: 'solutions/accelerate-path-to-compliance',
url: '/solutions/accelerate-path-to-compliance',
},
},
{
id: '2-3',
link: {
id: '2-3',
title: 'Lower Cost & Complexity',
url: 'solutions/cost-and-operational-control',
url: '/solutions/cost-and-operational-control',
},
},
{
id: '2-4',
link: {
id: '2-4',
title: 'Accelerate Kubernetes adoption',
url: 'solutions/accelerate-kubernetes-adoption',
url: '/solutions/accelerate-kubernetes-adoption',
},
},
],
Expand Down

0 comments on commit cad983f

Please sign in to comment.