diff options
| author | Matt Trentini <matt.trentini@gmail.com> | 2024-05-26 19:39:26 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2024-05-27 16:14:20 +1000 |
| commit | 03cf4d4980af604ebae6928f51a311b53d98e2c8 (patch) | |
| tree | 685f86ee7f97b3d9ee5b56cd7a9ca48f151fd744 | |
| parent | a34b5d1b7950a01582e20f2ec602d08794c2a83e (diff) | |
rp2/boards/W5500_EVB_PICO: Update incorrect url in board.json.
Fixes issue #15122.
Signed-off-by: Matt Trentini <matt.trentini@gmail.com>
| -rw-r--r-- | ports/rp2/boards/W5500_EVB_PICO/board.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/rp2/boards/W5500_EVB_PICO/board.json b/ports/rp2/boards/W5500_EVB_PICO/board.json index 935982555..e7625c343 100644 --- a/ports/rp2/boards/W5500_EVB_PICO/board.json +++ b/ports/rp2/boards/W5500_EVB_PICO/board.json @@ -15,6 +15,6 @@ "mcu": "rp2040", "product": "Wiznet W5500-EVB-Pico", "thumbnail": "", - "url": "https://www.wiznet.io/product-item/w5500-evb-pico/", + "url": "https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico", "vendor": "Wiznet" } |
