material-design
material-design copied to clipboard
fix bug: The hyperlink address should end with the character of '/'
As we all know the url of github is based on https protocol now, if the hyperlink address is not end with '/', the protocol of the url would become to http. This patch is to fix this bug.