From 96624cdd70a8b8b8bde6cca8835764e0d1ea4d05 Mon Sep 17 00:00:00 2001 From: juhopiirainen <49151232+juhopiirainen@users.noreply.github.com> Date: Fri, 17 May 2019 15:53:55 +0300 Subject: [PATCH] Fix broken links in documentation --- .../CreatingAMasterDetailsViewForEditingPersons.asciidoc | 2 +- documentation/articles/MigratingFromVaadin6ToVaadin7.asciidoc | 2 +- documentation/articles/ShowingExtraDataForGridRows.asciidoc | 4 ++-- documentation/getting-started/getting-started-maven.asciidoc | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/documentation/articles/CreatingAMasterDetailsViewForEditingPersons.asciidoc b/documentation/articles/CreatingAMasterDetailsViewForEditingPersons.asciidoc index cb59904930..dcc5ed5bac 100644 --- a/documentation/articles/CreatingAMasterDetailsViewForEditingPersons.asciidoc +++ b/documentation/articles/CreatingAMasterDetailsViewForEditingPersons.asciidoc @@ -382,6 +382,6 @@ it is ready for production. You might have noticed that the person bean contains a reference to another bean, a address, which is not editable here. The tutorial -link:CreatingACustomFieldForEditingTheAddressOfAPerson.asciidoc[Creating a custom field for editing the address of a person] goes +<> goes through on how to edit beans within beans with a `CustomField`, which can be used directly as a field for the `FieldGroup`. diff --git a/documentation/articles/MigratingFromVaadin6ToVaadin7.asciidoc b/documentation/articles/MigratingFromVaadin6ToVaadin7.asciidoc index f6ac6aae37..f0fa6dd303 100644 --- a/documentation/articles/MigratingFromVaadin6ToVaadin7.asciidoc +++ b/documentation/articles/MigratingFromVaadin6ToVaadin7.asciidoc @@ -8,7 +8,7 @@ layout: page = Migrating from Vaadin 6 to Vaadin 7 For migration to Vaadin 7.1,  see -<> [[getting-started]] diff --git a/documentation/articles/ShowingExtraDataForGridRows.asciidoc b/documentation/articles/ShowingExtraDataForGridRows.asciidoc index 5be882cfd8..5e843e3c6b 100644 --- a/documentation/articles/ShowingExtraDataForGridRows.asciidoc +++ b/documentation/articles/ShowingExtraDataForGridRows.asciidoc @@ -94,8 +94,8 @@ Full example ^^^^^^^^^^^^ Putting all these pieces together, we end up with this class that uses -the same data as in the link:UsingGridWithAContainer.asciidoc[Using -Grid with a Container] example. +the same data as in the <> example. [source,java] .... diff --git a/documentation/getting-started/getting-started-maven.asciidoc b/documentation/getting-started/getting-started-maven.asciidoc index 501f072912..aaf2ddadcb 100644 --- a/documentation/getting-started/getting-started-maven.asciidoc +++ b/documentation/getting-started/getting-started-maven.asciidoc @@ -46,7 +46,8 @@ The parameters are as follows: archetypes. [parameter]#archetypeArtifactId#:: The archetype ID. -See the list of available archetypes in <>. +See the list of available archetypes in <>. + [parameter]#archetypeVersion#:: Version of the archetype to use. -- 2.39.5