ARMmbed / mbed-os-5-docs

Full documentation for Mbed OS 5 and 6
http://os.mbed.com/docs
98 stars 170 forks source link

Workaround for Python requests library not handling redirections properly #1444

Closed donatieng closed 3 years ago

donatieng commented 3 years ago

One of our snippets URL is redirected to the same URL with a trailing slash /. When fetched by the requests Python library in the docs engine, the trailing slash is not taken into account leading to unlimited redirects.

Adding the slash to the URL in the relevant Markdown file fixes the issue.

donatieng commented 3 years ago

Scratch that, Python's not at fault!