From bbf41514c4136b19dbe6c8902fcac0dc85731777 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Fri, 22 Oct 2021 17:30:35 +0100 Subject: [PATCH] Update URLs from .org to .com --- README.md | 2 +- i2c/1106oled/README.adoc | 2 +- i2c/1306oled/README.adoc | 2 +- pio/neopixel_ring/README.adoc | 2 +- uart/loopback/README.adoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a2d9745..e04e24a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MicroPython Examples -Examples to accompany the "[Raspberry Pi Pico Python SDK](https://datasheets.raspberrypi.org/pico/raspberry-pi-pico-python-sdk.pdf)" book published by Raspberry Pi Trading, which forms part of the technical documentation in support of Raspberry Pi Pico and the MicroPython port to RP2040. +Examples to accompany the "[Raspberry Pi Pico Python SDK](https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf)" book published by Raspberry Pi Trading, which forms part of the technical documentation in support of Raspberry Pi Pico and the MicroPython port to RP2040. **Note:** There are also additional examples for the RP2040 port of MicroPython [here](https://github.com/micropython/micropython/tree/master/examples/rp2) in the upstream [MicroPython repo](https://github.com/micropython/micropython). diff --git a/i2c/1106oled/README.adoc b/i2c/1106oled/README.adoc index e79915e..8b3376e 100644 --- a/i2c/1106oled/README.adoc +++ b/i2c/1106oled/README.adoc @@ -30,6 +30,6 @@ sh1106.py:: SH1106 Driver Obtained from https://github.com/robert-hh/SH1106 |=== | *Item* | *Quantity* | Details | Breadboard | 1 | generic part -| Raspberry Pi Pico | 1 | http://raspberrypi.org/ +| Raspberry Pi Pico | 1 | https://www.raspberrypi.com/products/raspberry-pi-pico/ | Monochrome 128x128 I2C OLED Display | 1 | https://shop.pimoroni.com/products/1-12-oled-breakout?variant=29421050757203 |=== diff --git a/i2c/1306oled/README.adoc b/i2c/1306oled/README.adoc index 4edaa4f..0e889d6 100644 --- a/i2c/1306oled/README.adoc +++ b/i2c/1306oled/README.adoc @@ -27,6 +27,6 @@ i2c_1306oled_with_freq.py:: The example code, explicitly sets a frequency. |=== | *Item* | *Quantity* | Details | Breadboard | 1 | generic part -| Raspberry Pi Pico | 1 | http://raspberrypi.org/ +| Raspberry Pi Pico | 1 | https://www.raspberrypi.com/products/raspberry-pi-pico/ | Monochrome 128x32 I2C OLED Display | 1 | https://www.adafruit.com/product/931 |=== diff --git a/pio/neopixel_ring/README.adoc b/pio/neopixel_ring/README.adoc index b51520e..fb4ca8a 100644 --- a/pio/neopixel_ring/README.adoc +++ b/pio/neopixel_ring/README.adoc @@ -26,6 +26,6 @@ neopixel_ring.py:: The example code. |=== | *Item* | *Quantity* | Details | Breadboard | 1 | generic part -| Raspberry Pi Pico | 1 | http://raspberrypi.org/ +| Raspberry Pi Pico | 1 | https://www.raspberrypi.com/products/raspberry-pi-pico/ | NeoPixel Ring | 1 | https://www.adafruit.com/product/1463 |=== diff --git a/uart/loopback/README.adoc b/uart/loopback/README.adoc index 38a688b..2ae0356 100644 --- a/uart/loopback/README.adoc +++ b/uart/loopback/README.adoc @@ -40,5 +40,5 @@ uart.py:: The example code. |=== | *Item* | *Quantity* | Details | Breadboard | 1 | generic part -| Raspberry Pi Pico | 1 | http://raspberrypi.org/ +| Raspberry Pi Pico | 1 | https://www.raspberrypi.com/products/raspberry-pi-pico/ |===