瀏覽代碼

Fix link to the PFG docs in the createClipboardInputNotification(). Closes ckeditor/ckeditor5#7296.

panr 5 年之前
父節點
當前提交
f5075faeb9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/assets/snippet.js

+ 1 - 1
docs/assets/snippet.js

@@ -51,7 +51,7 @@ function createClipboardInputNotification() {
 	<p>Please bear in mind that the editor demo to which you try to paste does not have all the features enabled.
 		Due to that, unsupported formatting is being stripped.</p>
 	<p>Check out the <a href="/docs/ckeditor5/latest/features/pasting/paste-from-word.html">Paste from Word</a> or
-	<a href="/docs/ckeditor5/latest/pasting/paste-from-google-docs.html">Paste from Google Docs</a>
+	<a href="/docs/ckeditor5/latest/features/pasting/paste-from-google-docs.html">Paste from Google Docs</a>
 	demos for the best experience.</p>`;
 
 	window.createNotification( title, message );