diff --git a/src/Mod/Plot/README b/src/Mod/Plot/README deleted file mode 100644 index dad87e3d5d..0000000000 --- a/src/Mod/Plot/README +++ /dev/null @@ -1,12 +0,0 @@ -* Authors ---------- - -Jose Luis Cercós Pita - -* Introduction --------------- - -Plot is a module that provide an interface to perform plots. From FreeCAD 0.20 -Plot workbench is split into an indepent addon -(https://github.com/FreeCAD/freecad.plot) - diff --git a/src/Mod/Plot/README.md b/src/Mod/Plot/README.md new file mode 100644 index 0000000000..83e21dcb7c --- /dev/null +++ b/src/Mod/Plot/README.md @@ -0,0 +1,13 @@ +## Introduction + +Plot is a workbench that provides an interface to perform plots. + +From FreeCAD v0.20 Plot workbench is split into an [external addon](https://github.com/FreeCAD/freecad.plot) + +## Documentation + +Plot documentation can be found on the FreeCAD wiki [Plot Workbench](https://wiki.freecadweb.org/Plot_Workbench) page + +## Authors + +Jose Luis Cercós Pita