leboncoin/spark-android

[FR]: Fix KDoc URL pointing to wrong GitHub org in README

Open

#2,105 opened on Jul 27, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Kotlin (31 forks)auto 404
documentationgood first issuepriority:HIGH

Repository metrics

Stars
 (85 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the problem

README.md links to adevinta.github.io/spark-android for the KDoc site. The repo is leboncoin/spark-android and dokka.yml deploys to leboncoin.github.io/spark-android. The current link returns a 404 or points to the wrong project.

Describe the solution

Change the URL to https://leboncoin.github.io/spark-android.

Additional context

Priority: High. Effort: XS.

Contributor guide