Skip to content

Commit 1b24216

Browse files
committed
fix: plugin links
1 parent 72f224e commit 1b24216

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.vitepress/config.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ function getPlugins() {
132132
const officialGithubUrl =
133133
'https://github.com/NativeScript/plugins/tree/main/packages'
134134

135+
const officialUIKitPlugins_baseUrl =
136+
'https://raw.githubusercontent.com/NativeScript/ui-kit/main/packages'
137+
const officialUIKitGithubUrl =
138+
'https://github.com/NativeScript/ui-kit/tree/main/packages'
139+
135140
const paymentsPlugins_baseUrl =
136141
'https://raw.githubusercontent.com/NativeScript/payments/main/packages'
137142
const paymentsGithubUrl =
@@ -289,8 +294,8 @@ function getPlugins() {
289294
{
290295
name: 'Ionic Portals',
291296
link: '/plugins/ionic-portals',
292-
readme: `${officialPlugins_baseUrl}/ionic-portals/README.md`,
293-
repo: `${officialGithubUrl}/ionic-portals`,
297+
readme: `${officialUIKitPlugins_baseUrl}/ionic-portals/README.md`,
298+
repo: `${officialUIKitGithubUrl}/ionic-portals`,
294299
},
295300
{
296301
name: 'iOS Security',

0 commit comments

Comments
 (0)