KotlinBy / awesome-kotlin

A curated list of awesome Kotlin related stuff Inspired by awesome-java.

Home Page:https://kotlin.link/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Links are Broken

sgarfinkel opened this issue · comments

I hope this wasn't done maliciously.

All https://github.com links were changed to https://githib.com in the most recent commit (3a6045d).

This is caused by a typo here:

href = link.href ?: "https://githib.com/${link.github}",

Much thanks!