From 750f5eecaedefb8e01ec36c41572402a04012a57 Mon Sep 17 00:00:00 2001 From: Tayo Agagu Date: Mon, 22 Jun 2020 07:26:04 +0200 Subject: [PATCH] docs: fix broken link to USKeyboardLayout file (#6059) Link in api doc to USKeyboardLayout returns a 404 (missing common folder in link) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index cb1742482011a..ab8535d72bbd6 100644 --- a/docs/api.md +++ b/docs/api.md @@ -4066,7 +4066,7 @@ This method is identical to `off` and maintained for compatibility with Node's E [Touchscreen]: #class-touchscreen "Touchscreen" [Tracing]: #class-tracing "Tracing" [UIEvent.detail]: https://developer.mozilla.org/en-US/docs/Web/API/UIEvent/detail "UIEvent.detail" -[USKeyboardLayout]: ../src/USKeyboardLayout.ts "USKeyboardLayout" +[USKeyboardLayout]: ../src/common/USKeyboardLayout.ts "USKeyboardLayout" [UnixTime]: https://en.wikipedia.org/wiki/Unix_time "Unix Time" [WebWorker]: #class-worker "Worker" [boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"