mvysny / vaadin-on-kotlin

Writing full-stack statically-typed web apps on JVM at its simplest
https://www.vaadinonkotlin.eu/
MIT License
186 stars 17 forks source link

Dad links in documentation #104

Open peterskowski opened 4 days ago

peterskowski commented 4 days ago

On the https://www.vaadinonkotlin.eu/security/ page one will find a link to module source code repository - https://github.com/mvysny/vaadin-on-kotlin/tree/master/vok-security, but clicking on the link gives 404 error. Same problem exists on the https://www.vaadinonkotlin.eu/utilities/ page with the link to https://github.com/mvysny/vaadin-on-kotlin/tree/master/vok-util-vaadin10 repository.

Those missing repositories makes the reader thinks the documentation is outdated. Additionally the name of util module - vok-util-vaadin10 - suggest it is compatible only with vaadin10 but this aspect is not explained in the documentation.

mvysny commented 4 days ago

Hi, thanks for letting me know! Fixed the 'security' documentation, going to revisit the 'utilities' documentation.