jcubic / jquery.terminal-www

jQuery Terminal Website
http://terminal.jcubic.pl
32 stars 10 forks source link

Fix some typos #24

Closed marclaporte closed 4 years ago

jcubic commented 4 years ago

@marclaporte Hey, can you update your url on your profile, it's not actual link it's just text (without http) GitHub is adding the http, but maybe you want https, FYI you also don't have redirect http -> https.

Because of this my script that is adding contributors is broken. My script is just dummy replacement.

marclaporte commented 4 years ago

@jcubic: done

jcubic commented 4 years ago

Thanks, you now have proper urls at:

https://github.com/jcubic/jquery.terminal-www https://github.com/jcubic/jquery.terminal/tree/devel

in contributor sections. When there will be new version of the library you will also have url on npmjs.com.

marclaporte commented 4 years ago

@jcubic This is a great idea. More projects should do this :-)

jcubic commented 4 years ago

There is project that allow to add contributors by cli like isomorphic-git it was created by Kent C. Dots all-contributors, my script have only code contributors (I grab them from the GitHub API).