From 75d089c80de06798baee610fe56351bd42124e40 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Tue, 30 Apr 2019 10:11:02 -0300 Subject: [PATCH] Minor fixes to README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c58f852966..5bfc3de66c 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ ### Your own 3D parametric modeler [Website](https://www.freecadweb.org) • -[Docs](https://www.freecadweb.org/wiki/) • +[Documentation](https://www.freecadweb.org/wiki/) • [Forum](https://forum.freecadweb.org/) • -[Bug tracker](https://www.freecadweb.org/tracker/) +[Bug tracker](https://www.freecadweb.org/tracker/) • +[Git repository](https://github.com/FreeCAD/FreeCAD) [![Gitter](https://img.shields.io/gitter/room/freecad/freecad.svg)](https://gitter.im/freecad/freecad?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) @@ -36,7 +37,7 @@ your model history and changing its parameters. * **Cross platform** FreeCAD runs on Windows, Mac and Linux * **Underlying technology** - * **Based on OpenCASCADE** A powerful geometry kernel + * **OpenCASCADE** A powerful geometry kernel, the most important component of FreeCAD * **Coin3D library** Open Inventor-compliant 3D scene representation model * **Python** FreeCAD offers a broad Python API * **Qt** Graphical User Interface built with Qt