leboncoin/spark-android

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

开放

#2,105 创建于 2026年7月27日

 (0 条评论) (0 个反应) (0 位负责人)Kotlin (31 个派生)auto 404
documentationgood first issuepriority:HIGH

仓库指标

星标
 (85 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南