From 4166ac2abf1cdca35e034a62644335be93904d30 Mon Sep 17 00:00:00 2001 From: Kai-Martin Knaak Date: Wed, 23 Feb 2011 11:33:00 +0100 Subject: [PATCH] Better reflect the current homepage situation in the URLs modified: utils/src/gsch2pcb.c * Don't link explicitely to the wiki. Amost the whole geda homepage is wikified now. This link is dead, anyway: http://geda.seul.org/dokuwiki/doku.php?id=geda * Link to the online manual of gnetlist http://geda.seul.org/wiki/geda:gnetlist_ug * point to gpleda.org rather than to sf.net for pcb documentation modified: utils/scripts/pcb_backannotate * Yet another link to sourceforge replaced by pcb.gpleda.org --- utils/scripts/pcb_backannotate | 2 +- utils/src/gsch2pcb.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/scripts/pcb_backannotate b/utils/scripts/pcb_backannotate index 10042e4..eac08d4 100755 --- a/utils/scripts/pcb_backannotate +++ b/utils/scripts/pcb_backannotate @@ -20,7 +20,7 @@ # This script is used to process annotation files from the PCB -# program (http://pcb.sf.net) to backannotate +# program (http://pcb.gpleda.org) to backannotate # changes to gEDA schematics. # # It is heavily based on the pads_backannotate program which is also diff --git a/utils/src/gsch2pcb.c b/utils/src/gsch2pcb.c index 095d400..aee1ff4 100644 --- a/utils/src/gsch2pcb.c +++ b/utils/src/gsch2pcb.c @@ -1239,9 +1239,9 @@ static gchar *usage_string1 = "\n" "Additional Resources:\n" "\n" - " gEDA homepage: http://www.geda.seul.org\n" - " PCB homepage: http://pcb.sf.net\n" - " gEDA Wiki: http://geda.seul.org/dokuwiki/doku.php?id=geda\n" "\n"; + " gnetlist user guide: http://geda.seul.org/wiki/geda:gnetlist_ug\n" + " gEDA homepage: http://www.geda.seul.org\n" + " PCB homepage: http://pcb.gpleda.org\n" "\n"; static void usage () -- 1.7.2.3