Skip to content

Commit 08162d6

Browse files
chore: update keyboard github links (#456)
Co-authored-by: jcesarmobile <jcesarmobile@gmail.com>
1 parent c779288 commit 08162d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/apis/keyboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Keyboard Capacitor Plugin API
33
description: The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.
4-
custom_edit_url: https://github.com/ionic-team/capacitor-plugins/blob/main/keyboard/README.md
5-
editApiUrl: https://github.com/ionic-team/capacitor-plugins/blob/main/keyboard/src/definitions.ts
4+
custom_edit_url: https://github.com/ionic-team/capacitor-keyboard/blob/next/README.md
5+
editApiUrl: https://github.com/ionic-team/capacitor-keyboard/blob/next/src/definitions.ts
66
sidebar_label: Keyboard
77
---
88

scripts/api.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ const pluginApis = [
185185
isCore: false,
186186
isExperimental: false,
187187
npmScope: '@capacitor',
188-
editUrl: 'https://github.com/ionic-team/capacitor-plugins/blob/main/keyboard/README.md',
189-
editApiUrl: 'https://github.com/ionic-team/capacitor-plugins/blob/main/keyboard/src/definitions.ts',
188+
editUrl: 'https://github.com/ionic-team/capacitor-keyboard/blob/next/README.md',
189+
editApiUrl: 'https://github.com/ionic-team/capacitor-keyboard/blob/next/src/definitions.ts',
190190
},
191191
{
192192
id: 'local-notifications',

0 commit comments

Comments
 (0)