Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Nov 19, 2024
1 parent 62ff9e3 commit 10dfc89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/shopware/components/SwagFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,23 +191,23 @@ const footers = [
items: [
{
title: 'APIs',
url: "/docs/guides/integrations-api"
url: "https://developer.shopware.com/docs/guides/integrations-api"
},
{
title: 'SDKs',
url: "https://shopware.github.io/admin-extension-sdk/"
},
{
title: 'B2B Suite',
url: "/docs/products/extensions/b2b-suite/"
url: "https://developer.shopware.com/docs/products/extensions/b2b-suite/"
},
{
title: 'Extensions',
url: "/docs/guides/plugins/"
url: "https://developer.shopware.com/docs/guides/plugins/"
},
{
title: 'Headless Storefront',
url: "https://frontends.shopware.com/"
url: "https://developer.shopware.com/frontends/"
},
]
},
Expand Down

0 comments on commit 10dfc89

Please sign in to comment.