OpenLayers OpenLayers

Changeset 7463 for trunk/openlayers

Show
Ignore:
Timestamp:
07/03/08 16:48:46 (2 months ago)
Author:
tschaub
Message:

Googlebot doesn't seem to like these relative urls.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tools/exampleparser.py

    r7435 r7463  
    101101         
    102102        link = doc.createElementNS("http://www.w3.org/2005/Atom", "link") 
    103         link.setAttribute("href", "/dev/examples/%s" % example["example"]) 
     103        link.setAttribute("href", "http://openlayers.org/dev/examples/%s" % example["example"]) 
    104104        entry.appendChild(link) 
    105105