Fix goreportcard URL (#2126)

* Fix goreportcard URL

Fixed the goreportcard URL by removing the "report" part which was leading to a 404 page. Now the URL points to the homepage, I assume this is what was intended.

* Update link to include "github.com"

Update link to include "github.com" in path to prevent going to 404 page.
This commit is contained in:
Sebastian 2018-10-06 02:53:51 -05:00 committed by Avelino
parent e2597896d5
commit 109825c0f9

View File

@ -23,7 +23,7 @@ If you removed our PR template you can find it [here](https://github.com/avelino
## Quality standards
To be on the list, project repositories should adhere to these quality standards (http://goreportcard.com/report/ **github_user** / **github_repo**):
To be on the list, project repositories should adhere to these quality standards (https://goreportcard.com/report/github.com/ **github_user** / **github_repo**):
- Code functions as documented and expected
- Generally useful to the wider community of Go programmers