diff options
author | Teemu Pöntelin <teemu@vaadin.com> | 2016-05-03 09:36:52 +0300 |
---|---|---|
committer | Teemu Pöntelin <teemu@vaadin.com> | 2016-05-03 09:36:52 +0300 |
commit | b79c5eb8860abefb381fdac68e2f2728aca0805e (patch) | |
tree | 9df95b70fda009079bfb2cd505b03fefcc73ff6f /docs/angular2.adoc | |
parent | 4dd6d8629eef6cadb1eeecbeace7e60390f7de58 (diff) | |
download | vaadin-core-b79c5eb8860abefb381fdac68e2f2728aca0805e.tar.gz vaadin-core-b79c5eb8860abefb381fdac68e2f2728aca0805e.zip |
Fix link syntax
Diffstat (limited to 'docs/angular2.adoc')
-rw-r--r-- | docs/angular2.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/angular2.adoc b/docs/angular2.adoc index 320be1f..152a949 100644 --- a/docs/angular2.adoc +++ b/docs/angular2.adoc @@ -65,7 +65,7 @@ window.addEventListener('WebComponentsReady', function() { ---- [NOTE] -If you see errors about missing behaviors in the console, please visit this [known issue](https://github.com/vaadin/vaadin-core-elements/issues/46) +If you see errors about missing behaviors in the console, please visit this https://github.com/vaadin/vaadin-core-elements/issues/46[known issue]. Now you’re all set to use the element inside your Angular 2 application. |