File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,11 @@ function getPlugins() {
132
132
const officialGithubUrl =
133
133
'https://github.com/NativeScript/plugins/tree/main/packages'
134
134
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
+
135
140
const paymentsPlugins_baseUrl =
136
141
'https://raw.githubusercontent.com/NativeScript/payments/main/packages'
137
142
const paymentsGithubUrl =
@@ -289,8 +294,8 @@ function getPlugins() {
289
294
{
290
295
name : 'Ionic Portals' ,
291
296
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` ,
294
299
} ,
295
300
{
296
301
name : 'iOS Security' ,
You can’t perform that action at this time.
0 commit comments