Browse Source

Docs: Correct link to widget's guide in CKEditor4. Closes #1598. [skip ci]

Mateusz Samsel 6 years ago
parent
commit
79ceef9c2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/framework/guides/tutorials/implementing-a-block-widget.md

+ 1 - 1
docs/framework/guides/tutorials/implementing-a-block-widget.md

@@ -571,7 +571,7 @@ Let's see what else we can improve.
 ### Making simple box a widget
 
 <info-box>
-	If you are familiar with the {@link @ckeditor4 guide/dev_widgets Widget System of CKEditor 4} you will notice significant differences in how widgets are implemented in CKEditor 5.
+	If you are familiar with the {@link @ckeditor4 guide/dev/deep_dive/widgets/README Widget System of CKEditor 4} you will notice significant differences in how widgets are implemented in CKEditor 5.
 
 	CKEditor 4's implementation exposes a declarative API which controls the entire behavior of a widget (from its schema and internal model to the styles, clicking behavior, context menu and the dialog).