diff options
author | Johannes Häyry <johannes.hayry@vaadin.com> | 2020-08-19 11:54:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 11:54:20 +0300 |
commit | 634e83fe76bc37cd9d0d0c097803baab24e86a56 (patch) | |
tree | 164c5f607f2ced2caed6596ca8ef4a90cb7cf828 /documentation/themes/themes-valo.asciidoc | |
parent | a6a1e1d71a0ef671666e42ad50931323dd3f9b7a (diff) | |
download | vaadin-framework-634e83fe76bc37cd9d0d0c097803baab24e86a56.tar.gz vaadin-framework-634e83fe76bc37cd9d0d0c097803baab24e86a56.zip |
Fix link to Valo API documentation (#12080)
Diffstat (limited to 'documentation/themes/themes-valo.asciidoc')
-rw-r--r-- | documentation/themes/themes-valo.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/themes/themes-valo.asciidoc b/documentation/themes/themes-valo.asciidoc index b80f12ff07..44b94b4dd5 100644 --- a/documentation/themes/themes-valo.asciidoc +++ b/documentation/themes/themes-valo.asciidoc @@ -18,7 +18,7 @@ The true power of Valo lies in its configurability with parameters, functions, and Sass mixins. You can use the built-in definitions in your own themes or override the defaults. Detailed documentation of the available mixins, functions, and variables can be found in the Valo API documentation available at -http://vaadin.com/valo. +https://vaadin.com/api/valo/. [[themes.valo.use]] == Basic Use |