diff --git a/docs/features/link.md b/docs/features/link.md index 841d92b..ce44b58 100644 --- a/docs/features/link.md +++ b/docs/features/link.md @@ -69,6 +69,10 @@ editor.execute( 'unlink' ); Links are represented in the {@link module:engine/model/model~Model model} using the `linkHref` attribute. + + We recommend using the official {@link framework/guides/development-tools#ckeditor-5-inspector instance inspector} for development and debugging. It will give you tons of useful information about the state of the editor such as internal data structures, selection, commands, and many more. + + ## Contribute The source code of the feature is available on GitHub in https://github.com/ckeditor/ckeditor5-link.