ploomber / projects

Sample projects using Ploomber.
Apache License 2.0
83 stars 25 forks source link

fix broken links #78

Closed edublancas closed 1 year ago

edublancas commented 1 year ago

there are a bunch of broken links in this repository, we need to fix them.

to check, run this in the root folder (the directory with the pyproject.toml file:

pip install pkgmt
pkgmt check-links

documentation here

Note that this will print the URL along with the error code. I recently added this feature to check links (pkgmt is a package from us), and there are still some quirks. I actually ran the command already and noticed that some error codes should not necessarily be considered "broken links" so some research is needed here, as the tool might need some adjustments.

The ones that are considered broken are 404 HTTP codes, but others, we can discuss.