aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/clipboard/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/api/clipboard/index.html')
-rw-r--r--files/ko/web/api/clipboard/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/clipboard/index.html b/files/ko/web/api/clipboard/index.html
index 7dad311ca7..8387d7f465 100644
--- a/files/ko/web/api/clipboard/index.html
+++ b/files/ko/web/api/clipboard/index.html
@@ -26,7 +26,7 @@ translation_of: Web/API/Clipboard
<p>The system clipboard is exposed through the global {{domxref("Navigator.clipboard")}} property.</p>
-<p>Calls to the methods of the <code>Clipboard</code> object will not succeed if the user hasn't granted the needed permissions using the <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/Permissions_API">Permissions API</a> and the <code>"clipboard-read"</code> or <code>"clipboard-write"</code> permission as appropriate.</p>
+<p>Calls to the methods of the <code>Clipboard</code> object will not succeed if the user hasn't granted the needed permissions using the <a href="/en-US/docs/Web/API/Permissions_API">Permissions API</a> and the <code>"clipboard-read"</code> or <code>"clipboard-write"</code> permission as appropriate.</p>
<div class="blockIndicator note">
<p><strong>Note:</strong> In reality, at this time browser requirements for access to the clipboard vary significantly. Please see the section {{anch("Clipboard availability")}} for details.</p>