mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
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:
parent
e2597896d5
commit
109825c0f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user