bssw-tutorial / bssw-tutorial.github.io

Top level web presence for the Better Scientific Software tutorial
https://bssw-tutorial.github.io/
5 stars 1 forks source link

Changing Pylint broken link in testing2 tutorial #30

Closed rinkug closed 2 years ago

rinkug commented 2 years ago

Pylint has a broken link. The new link is https://pylint.pycqa.org/en/latest/

rinkug commented 2 years ago

Why is the check failing?

bernhold commented 2 years ago

Looks like there are two bad URLs. One is pylint. I think the pylint link appears in the resources for some past tutorials. Past tutorials we should think of as static, except as really needed. I think we want to correct dead links, since they're of no use. But I think we need to do it in a way that makes the change evident. I propose the following:

original link --> new link (updated 2022-03-31 due to dead link)

The second bad URL is a bit of documentation that I'm writing in the tutorial-management repo that I haven't committed yet.

bernhold commented 2 years ago

Actually, what I proposed will keep the dead link in the document, which means the URL check will keep failing. So instead I think we just do

new link (updated...)

bernhold commented 2 years ago

Okay, we've got all pylint instances covered. I'll check in the documentation stuff I've been working on shortly.