From 0b7457325200162961cae52e7d871db928dc3cd9 Mon Sep 17 00:00:00 2001 From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Date: Thu, 23 May 2019 09:43:31 +0300 Subject: Update broken docs syntax in github (#11596) * Add delay to the unstable test * Add delay for unstable tests * Update broken docs syntax in github * Merge branch 'master' into ZheSun88-patch-1 * Update doc reference syntax * Merge branch 'ZheSun88-patch-1' of github.com:vaadin/framework into ZheSun88-patch-1 # Conflicts: # documentation/components/components-overview.asciidoc * Merge branch 'master' into ZheSun88-patch-1 * use .asciidoc * Merge remote-tracking branch 'origin/ZheSun88-patch-1' into ZheSun88-patch-1 * use .asciidoc * Merge branch 'master' into ZheSun88-patch-1 --- documentation/application/application-declarative.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/application/application-declarative.asciidoc') diff --git a/documentation/application/application-declarative.asciidoc b/documentation/application/application-declarative.asciidoc index dd9da299d4..a3730ab4dd 100644 --- a/documentation/application/application-declarative.asciidoc +++ b/documentation/application/application-declarative.asciidoc @@ -81,7 +81,7 @@ element. The above design defines the same UI layout as done earlier with Java code, and illustrated in -<>. @@ -345,7 +345,7 @@ public class DeclarativeViewUI extends UI { === Designs in View Navigation To use a design in view navigation, as described in -<>, you just need to implement the [interfacename]#View# interface. @@ -368,5 +368,5 @@ navigator.addView(MAINVIEW, new MainView()); ---- See -<> for a complete example. -- cgit v1.2.3