Skip to content

Commit e61c62c

Browse files
committed
fix: partners url
1 parent 37d754e commit e61c62c

File tree

1 file changed

+2
-2
lines changed
  • .vitepress/theme/nativescript-theme

1 file changed

+2
-2
lines changed

.vitepress/theme/nativescript-theme/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6714,7 +6714,7 @@ var _hoisted_23 = /*#__PURE__*/ createVNode(
67146714
/*#__PURE__*/ createVNode(
67156715
'a',
67166716
{
6717-
href: 'http://blog.nativescript.org/',
6717+
href: 'https://blog.nativescript.org/',
67186718
class:
67196719
'block p-3 -m-3 transition duration-150 ease-in-out rounded-md hover:bg-gray-50',
67206720
},
@@ -6738,7 +6738,7 @@ var _hoisted_23 = /*#__PURE__*/ createVNode(
67386738
/*#__PURE__*/ createVNode(
67396739
'a',
67406740
{
6741-
href: '/partners',
6741+
href: 'https://nativescript.org/partners',
67426742
class:
67436743
'block p-3 -m-3 transition duration-150 ease-in-out rounded-md hover:bg-gray-50',
67446744
},

0 commit comments

Comments
 (0)