Revision: 18314
          http://sourceforge.net/p/gate/code/18314
Author:   ian_roberts
Date:     2014-09-11 11:36:34 +0000 (Thu, 11 Sep 2014)
Log Message:
-----------
Un-broken the permalinks

Modified Paths:
--------------
    userguide/trunk/build-sections-index.pl

Modified: userguide/trunk/build-sections-index.pl
===================================================================
--- userguide/trunk/build-sections-index.pl     2014-09-11 11:14:32 UTC (rev 
18313)
+++ userguide/trunk/build-sections-index.pl     2014-09-11 11:36:34 UTC (rev 
18314)
@@ -5,7 +5,7 @@
 open(INDEX, '>sections.idx') or die "Couldn't open section index file";
 
 while(<>) {
-  print INDEX "$1\t$ARGV\n" if /<A 
href="http:\/\/gate\.ac\.uk\/userguide\/([^"?]*)(?:\?gateVersion=[^"]*)?" 
title="Permanent link/;
+  print INDEX "$1\t$ARGV\n" if /<A 
href="https:\/\/gate\.ac\.uk\/userguide\/([^"?]*)(?:\?gateVersion=[^"]*)?" 
title="Permanent link/;
 }
 
 close INDEX;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to