From 536f1b1101f78f074dba04ef94c54c3f74461682 Mon Sep 17 00:00:00 2001 From: ferdymercury Date: Mon, 8 Nov 2021 12:03:58 +0100 Subject: [PATCH] Update README.md https://forum.kicad.info/t/warning-avoid-all-links-to-kicad-pcb-org-use-kicad-org/31521 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ba9156..f498c30 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For full details on the ICE40 series of FPGAs you can read the [ICE40 Family Han ## Project Directory Structure ### board -This contains a [KiCad](http://kicad-pcb.org/) project with the schematic and layout of the B-series boards. The board is designed with 4/4mil track size/spacing and 0.2mm hole size. BOM list for the BX board is available here as well. +This contains a [KiCad](http://kicad.org/) project with the schematic and layout of the B-series boards. The board is designed with 4/4mil track size/spacing and 0.2mm hole size. BOM list for the BX board is available here as well. ### icecube2_template This is a template iCEcube2 project for developing your own designs to program onto the board. It takes care of pin and clock constraints. Just edit the TinyFPGA_BX.v file to add your designs module(s).