Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/theme/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ const footerColumns = [
{
title: 'Private Cloud',
links: [
{ label: 'CivoStack Enterprise', href: 'https://www.civo.com/civostack-enterprise' },
{ label: 'FlexCore', href: 'https://www.civo.com/flexcore' },
{ label: 'CivoStack Enterprise', href: 'https://www.civo.com/private-cloud/civostack-enterprise' },
{ label: 'FlexCore', href: 'https://www.civo.com/private-cloud/flexcore' },
{ label: 'VMware for service providers', href: 'https://www.civo.com/vmware-service-providers' },
{ label: 'VMware alternative', href: 'https://www.civo.com/vmware-alternative' },
{ label: 'VMware migration', href: 'https://www.civo.com/vmware-migration-tool' },
Expand Down Expand Up @@ -69,7 +69,7 @@ const footerColumns = [
{ label: 'Civo Academy', href: 'https://www.civo.com/academy' },
{ label: 'Civo GitHub repo', href: 'https://github.com/civo' },
{ label: 'Civo marketplace', href: 'https://www.civo.com/marketplace' },
{ label: 'Meetups', href: 'https://www.civo.com/meetups' },
{ label: 'Webinars', href: 'https://www.civo.com/webinars' },
{ label: 'Tutorials', href: 'https://www.civo.com/learn' },
],
},
Expand Down
Loading