From 3fb6017d4387d86f29bc702afc2d630d1a121262 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Tue, 14 Nov 2017 18:51:37 -0800 Subject: [PATCH] Update README.md --- selection-to-clipboard/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selection-to-clipboard/README.md b/selection-to-clipboard/README.md index 5169b7b..3d05622 100644 --- a/selection-to-clipboard/README.md +++ b/selection-to-clipboard/README.md @@ -20,4 +20,4 @@ The content script listens for text selections in the page it's attached to and ``` "permissions": ["clipboardWrite"] ``` -See [Interact with the clipboard](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Interact_with_the_clipboard.) +See [Interact with the clipboard](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Interact_with_the_clipboard).