]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix broken links in documentation
authorjuhopiirainen <49151232+juhopiirainen@users.noreply.github.com>
Fri, 17 May 2019 12:53:55 +0000 (15:53 +0300)
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Fri, 17 May 2019 12:53:55 +0000 (15:53 +0300)
documentation/articles/CreatingAMasterDetailsViewForEditingPersons.asciidoc
documentation/articles/MigratingFromVaadin6ToVaadin7.asciidoc
documentation/articles/ShowingExtraDataForGridRows.asciidoc
documentation/getting-started/getting-started-maven.asciidoc

index cb5990493076e785f4155cbf215d3a0c75aedaac..dcc5ed5bac27f4a4f9c17d7ce996b4222a05d220 100644 (file)
@@ -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
+<<CreatingACustomFieldForEditingTheAddressOfAPerson#, Creating a custom field for editing the address of a person>> goes
 through on how to edit beans within beans with a `CustomField`, which can
 be used directly as a field for the `FieldGroup`.
index f6ac6aae379602e5dd1fc0e716fe47bf82131d3a..f0fa6dd3032b2a06c88707c5d5023780509de02c 100644 (file)
@@ -8,7 +8,7 @@ layout: page
 = Migrating from Vaadin 6 to Vaadin 7
 
 For migration to Vaadin 7.1,  see
-<<MigratingFromVaadin7.0ToVaadin7.1#migrating-from-vaadin-7.0-to-vaadin-7.1,
+<<MigratingFromVaadin7%2E0ToVaadin7%2E1#migrating-from-vaadin-7%2E0-to-vaadin-7%2E1,
 Migrating From Vaadin 7.0 To Vaadin 7.1>>
 
 [[getting-started]]
index 5be882cfd881b9ceced63d33299d333b6dbf368d..5e843e3c6b98e8fce00a9fe17630f76df046c352 100644 (file)
@@ -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 <<UsingGridWithAContainer#, Using
+Grid with a Container>> example.
 
 [source,java]
 ....
index 501f0729126f8c0940141d50c548d62a26efccac..aaf2ddadcb7696976e5984b1d0a7d0ecf22f77a6 100644 (file)
@@ -46,7 +46,8 @@ The parameters are as follows:
 archetypes.
 
 [parameter]#archetypeArtifactId#:: The archetype ID.
-See the list of available archetypes in <<dummy/../../../framework/getting-started-archetypes#getting-started.archetypes,"Overview of Maven Archetypes">>.
+See the list of available archetypes in <<dummy/../../../documentation/getting-started/getting-started-archetypes#getting-started.archetypes,"Overview of Maven Archetypes">>.
+
 
 [parameter]#archetypeVersion#::
 Version of the archetype to use.