mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-25 17:57:41 +00:00
chore(web): corrects a couple missed URLs (established pre-PR)
This commit is contained in:
parent
0e7b8815be
commit
7d94db33af
1 changed files with 2 additions and 2 deletions
|
|
@ -359,7 +359,7 @@ export default class KeymanEngine extends KeymanEngineBase<BrowserConfiguration,
|
|||
* Javascript treats it as an object anyway
|
||||
*
|
||||
* This is a public API function documented at
|
||||
* https://help.keyman.com/developer/engine/web/17.0/reference/core/getKeyboard.
|
||||
* https://help.keyman.com/developer/engine/web/current-version/reference/core/getKeyboard.
|
||||
*
|
||||
* @param {Object} Lstub Keyboard stub object
|
||||
* @param {Object} Lkbd Keyboard script object
|
||||
|
|
@ -432,7 +432,7 @@ export default class KeymanEngine extends KeymanEngineBase<BrowserConfiguration,
|
|||
/**
|
||||
* Get API-friendly array of available keyboard stubs
|
||||
*
|
||||
* Refer to https://help.keyman.com/developer/engine/web/17.0/reference/core/getKeyboards.
|
||||
* Refer to https://help.keyman.com/developer/engine/web/current-version/reference/core/getKeyboards.
|
||||
*
|
||||
* The type of each entry of the array corresponds to that of `getKeyboard`.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue