micropython-stubber icon indicating copy to clipboard operation
micropython-stubber copied to clipboard

MicroPython documentation is not available for all Patch versions, causing broken links

Open Josverl opened this issue 1 year ago • 0 comments

This needs a update in stubber to ignore the patch level if there is not doc page for that specific version.

Sample broken link:

  • MicroPython module: https://docs.micropython.org/en/v1.22.1/library/neopixel.html

should be smudged over to :

  • MicroPython module: https://docs.micropython.org/en/v1.22.0/library/neopixel.html

Note that detection of broken links should be simple as they result in a HTTP/1.1 404 Not Found

Josverl avatar Mar 19 '24 17:03 Josverl