pimoroni / badger2040

Examples and firmware for Badger 2040 and Badger 2040 W
MIT License
165 stars 53 forks source link

adding https to example urls to fix redirects error #68

Closed richrboo closed 11 months ago

richrboo commented 11 months ago

The news.py example was using http urls and gave the error

Redirects not yet supported

With thanks to ahnlak on the forums he helped reference a Discord discussion where amending the url to https may fix the issue and testing it it does resolve this issue. https://forums.pimoroni.com/t/badgerw-news-example-redirects-not-yet-supported/23682

I have amended the url's in the examples/news.py

helgibbons commented 11 months ago

Ace, thanks very much for the PR!