Browse Source

Docs: Added links to quick start in builds overview. [skip ci]

Wiktor Walc 8 years ago
parent
commit
9d89f76280
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/builds/guides/overview.md

+ 3 - 3
docs/builds/guides/overview.md

@@ -34,7 +34,7 @@ In CKEditor 5 the concept of the "boxed" editor was reinvented:
 
 {@img assets/img/editor-classic.png 772 Screenshot of a classic editor.}
 
-To try it out, check the {@link examples/builds/classic-editor classic editor example}.
+To try it out online, check the {@link examples/builds/classic-editor classic editor example}. Jump to {@link builds/guides/quick-start#Classic-editor quick start} to start using it.
 
 ### Inline editor
 
@@ -44,7 +44,7 @@ A common scenario for using inline editor is offering users the possibility to e
 
 {@img assets/img/editor-inline.png 774 Screenshot of an inline editor.}
 
-To try it out, check the {@link examples/builds/inline-editor inline editor example}.
+To try it out online, check the {@link examples/builds/inline-editor inline editor example}. Jump to {@link builds/guides/quick-start#Inline-editor quick start} to start using it.
 
 ### Balloon toolbar editor
 
@@ -52,7 +52,7 @@ Balloon toolbar editor is very similar to the inline editor. The difference betw
 
 {@img assets/img/editor-balloon-toolbar.png 779 Screenshot of a baloon toolbar editor.}
 
-To try it out, check the {@link examples/builds/balloon-toolbar-editor balloon toolbar editor example}.
+To try it out online, check the {@link examples/builds/balloon-toolbar-editor balloon toolbar editor example}. Jump to {@link builds/guides/quick-start#Balloon-toolbar-editor quick start} to start using it.
 
 ## Builds customization