Broken Links
MatthewVita opened this issue · 1 comments
MatthewVita commented
Just ran https://github.com/dkhamsing/awesome_bot on our repo. Here's the errors (I'll fix them soon):
[
{
"loc": 37,
"status": 301,
"link": "http://www.ehealth.va.gov/VistA.asp",
"redirect": "https://connectedcare.va.gov/VistA.asp",
"error": ""
},
{
"loc": 46,
"status": -1,
"link": "http://openep.org",
"redirect": "",
"error": "Failed to open TCP connection to openep.org:80 (Connection refused - connect(2) for \"openep.org\" port 80)"
},
{
"loc": 49,
"status": 301,
"link": "http://www.openeobs.org",
"redirect": "http://openeobs.org/",
"error": ""
},
{
"loc": 53,
"status": 301,
"link": "http://www.horosproject.org/",
"redirect": "https://www.horosproject.org/",
"error": ""
},
{
"loc": 62,
"status": 302,
"link": "https://sites.google.com/site/openelisglobal",
"redirect": "https://sites.google.com/site/openelisglobal/",
"error": ""
},
{
"loc": 67,
"status": 301,
"link": "https://github.com/chb/c3-pro-server",
"redirect": "https://github.com/C3-PRO/c3-pro-server",
"error": ""
},
{
"loc": 72,
"status": 301,
"link": "http://smarthealthit.org/smart-on-fhir/",
"redirect": "https://smarthealthit.org/smart-on-fhir/",
"error": ""
}
]
...we may want to add this to CI
MatthewVita commented
Done!