diff --git a/README.md b/README.md index b329886afe..46456ec36d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ You may also take a look into the [Wiki](https://gitlab.com/kicad/code/kicad/-/w * [helpers](helpers) - Helper tools and utilities for development * [include](include) - Interfaces to the common library * [kicad](kicad) - Sourcecode of the project manager -* [lib_dxf](lib_dxf) - Sourcecode of the dxf reader/writer library +* [libs](libs) - Sourcecode of kicad utilities (geometry and others) * [new](new) - Staging area for the new schematic library format * [pagelayout_editor](pagelayout_editor) - Sourcecode of the pagelayout editor * [patches](patches) - Collection of patches for external dependencies @@ -52,6 +52,7 @@ You may also take a look into the [Wiki](https://gitlab.com/kicad/code/kicad/-/w * [scripting](scripting) - SWIG Python scripting definitions and build scripts * [scripts](scripts) - Example scripts for distribution with KiCad * [template](template) - Project and pagelayout templates +* [thirdparty](thirdparty) - Sourcecode of external libraries used in kicad but not written by Kicad team * [tools](tools) - Other miscellaneous helpers for testing -* [utils](utils) - Small utils for kicad, e.g. IDF tools +* [utils](utils) - Small utils for kicad, e.g. IDF, STEP and OGL tools and converters