From 12b94cc1d3761773f979fbb557d507eb642c872c Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Wed, 17 Sep 2008 13:32:43 +0000 Subject: [PATCH] updated specctra.pdf http link --- pcbnew/specctra_export.cpp | 2 +- pcbnew/specctra_import.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pcbnew/specctra_export.cpp b/pcbnew/specctra_export.cpp index e980f8671f..dbb85fe8d5 100644 --- a/pcbnew/specctra_export.cpp +++ b/pcbnew/specctra_export.cpp @@ -26,7 +26,7 @@ /* This source is a complement to specctra.cpp and implements the export to specctra dsn file format. The specification for the grammar of the specctra dsn file used to develop this code is given here: - http://www.autotraxeda.com/docs/SPECCTRA/SPECCTRA.pdf + http://tech.groups.yahoo.com/group/kicad-users/files/ then file "specctra.pdf" Also see the comments at the top of the specctra.cpp file itself. */ diff --git a/pcbnew/specctra_import.cpp b/pcbnew/specctra_import.cpp index 844470af60..d54ffc4b02 100644 --- a/pcbnew/specctra_import.cpp +++ b/pcbnew/specctra_import.cpp @@ -27,8 +27,7 @@ a specctra session file (*.ses), and import of a specctra design file (*.dsn) file. The specification for the grammar of the specctra dsn file used to develop this code is given here: - http://www.autotraxeda.com/docs/SPECCTRA/SPECCTRA.pdf - + http://tech.groups.yahoo.com/group/kicad-users/files/ then file "specctra.pdf" Also see the comments at the top of the specctra.cpp file itself. */