g0dkar / qrcode-kotlin

QRCode Generator implemented in pure Kotlin
https://qrcodekotlin.com/
MIT License
166 stars 14 forks source link

can't find the documentation #40

Closed VerscheldeAlynne closed 1 year ago

VerscheldeAlynne commented 1 year ago

Describe the bug The link to the documentation page is broken image

To Reproduce Steps to reproduce the behavior. For example:

  1. Click the link in the README.md
  2. 404-page
  3. See error in screenshot

Expected behavior I expected to find documentation. I can't really use the library without.

g0dkar commented 1 year ago

Oops, I changed the documentation folder but forgot to fix the link 😅

Thanks for bringing this up! I'll fix it right away :D

g0dkar commented 1 year ago

Documentation is now available here: https://qrcodekotlin.com/dokka/

Link is fixed as well ^^