diff options
author | Grzegorz Solecki <contact@grzegorzsolecki.com> | 2016-02-02 16:00:14 +0000 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-02-15 17:11:14 +0200 |
commit | b49746fa3eb57e57de93a0e8ff369d1fddea0dca (patch) | |
tree | b78c2b223c6bf4b73b240e67070c52c9d8ab10bc | |
parent | df0b892b7117253631f5a831cf9370e9c781fda2 (diff) | |
download | vaadin-framework-b49746fa3eb57e57de93a0e8ff369d1fddea0dca.tar.gz vaadin-framework-b49746fa3eb57e57de93a0e8ff369d1fddea0dca.zip |
Fix a broken link to cdi-tutorial
Change-Id: Icfd30867ec087fa6c748c64b24362a32d6f6041e
-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 |