0001102: Updated all links to old freecad homepage and wiki to the new ones
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
ParGrp = App.ParamGet("System parameter:Modules").GetGroup("Material")
|
||||
|
||||
# Set the needed information
|
||||
ParGrp.SetString("HelpIndex", "http://free-cad.sf.net")
|
||||
ParGrp.SetString("HelpIndex", "http://www.freecadweb.org")
|
||||
|
||||
# import for the FreeCAD Material card
|
||||
FreeCAD.addImportType("FreeCAD Material Card (*.FCMat)","importFCMat")
|
||||
|
||||
@@ -24,7 +24,7 @@ import FreeCAD, Material
|
||||
|
||||
__title__="FreeCAD material card importer"
|
||||
__author__ = "Juergen Riegel"
|
||||
__url__ = "http://free-cad.sourceforge.net"
|
||||
__url__ = "http://www.freecadweb.org"
|
||||
|
||||
|
||||
def open(filename):
|
||||
|
||||
Reference in New Issue
Block a user