diff options
author | Grzegorz Solecki <contact@grzegorzsolecki.com> | 2016-02-02 16:00:14 +0000 |
---|---|---|
committer | Marko Gronroos <magi@vaadin.com> | 2016-02-02 18:15:28 +0200 |
commit | abe2ac900b205ba4edd9db51f2fcc4bc3f1077bf (patch) | |
tree | ba55aa2599e3290a732dbb7e210b927dd00c0823 /documentation/advanced | |
parent | dd45e4f8e784fdbfd15828ad043a943954eb9047 (diff) | |
download | vaadin-framework-abe2ac900b205ba4edd9db51f2fcc4bc3f1077bf.tar.gz vaadin-framework-abe2ac900b205ba4edd9db51f2fcc4bc3f1077bf.zip |
Fix a broken link to cdi-tutorial
Change-Id: I49c0566a40f0c58a37435ff7b12d0a349849712b
Diffstat (limited to 'documentation/advanced')
-rw-r--r-- | documentation/advanced/advanced-cdi.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/advanced/advanced-cdi.asciidoc b/documentation/advanced/advanced-cdi.asciidoc index d5d135ca1f..94bd49b06e 100644 --- a/documentation/advanced/advanced-cdi.asciidoc +++ b/documentation/advanced/advanced-cdi.asciidoc @@ -26,7 +26,7 @@ navigation views. To learn more about Vaadin CDI, the link:[Vaadin CDI Tutorial] gives a hands-on introduction. The source code of the CDI Tutorial demo is available for browsing -or cloning at https://github.com/vaadin-samples/cdi-tutorial. +or cloning at https://github.com/vaadin/cdi-tutorial. [[advanced.cdi.cdi]] == CDI Overview |