diff --git a/tools/exampleparser.py b/tools/exampleparser.py index 19bb5038cc..6a6a3a0f37 100755 --- a/tools/exampleparser.py +++ b/tools/exampleparser.py @@ -100,7 +100,7 @@ def createFeed(examples): entry.appendChild(title) link = doc.createElementNS("http://www.w3.org/2005/Atom", "link") - link.setAttribute("href", example["example"]) + link.setAttribute("href", "/dev/examples/" % example["example"]) entry.appendChild(link) summary = doc.createElementNS("http://www.w3.org/2005/Atom", "summary")