jrtechs / github-graphs

Website for visualizing a persons github network.
https://github-graphs.com
Mozilla Public License 2.0
11 stars 8 forks source link

Added Regular Expression check for user.blog value #17

Closed petermorgandev closed 4 years ago

petermorgandev commented 4 years ago

If there is a value for user.blog the regular expression will check if it starts with "https://" or "http://". If the test fails, it will add "http://" to the front of the link.

jrtechs commented 4 years ago

@PeterMorganGH thanks! I will test this later tonight and merge it.