Skip to content

Commit d0a6b6d

Browse files
committed
docs: update keys link
1 parent 4d1af46 commit d0a6b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/keys.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Create a mapping of keys to make them easier to remember.
3-
* @see https://sdkdocs.roku.com/display/sdkdoc/External+Control+Guide#ExternalControlGuide-KeypressKeyValues
3+
* @see {@link https://developer.roku.com/docs/developer-program/debugging/external-control-api.md#keypress-key-values}
44
*/
55

66
function key<T extends string, U extends string>(command: T, name: U) {

0 commit comments

Comments
 (0)