appbaseio / appbaseio.github.io

Appbase.io open-source projects
https://appbaseio.github.io
0 stars 2 forks source link

fix website link for reactivemaps #2

Closed ilagnev closed 6 years ago

ilagnev commented 6 years ago

Hi guys, i walked around your site and found some bug with website link for reactivemaps library on the bottom of the main page. I made fork and fixed it, but then noticed that this index.html file generated automatically by ci, then i dive into python script and found that root of this bug in another place.

bug-on-the-site

Seems like python script pull repositories info from github and generate that widgets with links. And all is ok for other repositories except that mentioned reactivemaps. In this repository website link placed in description field instead of website field. Look at attached screenshots for clarity.

python-script repositories-info

So, i think if you will edit info for reactivemaps repository and place website link in proper field, then regenerate index.html - this bug will disappear and website link will appear in proper place on the opensource.appbase.io site.

Opensource is power 💪 Good luck!

siddharthlatest commented 6 years ago

Thanks a ton 🎉 for pointing this out @ilagnev. Really appreciate it! As you right said, the master branch is auto-generated by the CI, so I will close this PR.