here is a real patch, mark it as such, confirm that it works.
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>
Thu, 2 Aug 2012 21:37:17 +0000 (17:37 -0400)
committeradmin <admin@branchable.com>
Thu, 2 Aug 2012 21:37:17 +0000 (17:37 -0400)
doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn

index 0c88cd7f075563a81e0753ebcd9a1453b6b1ce60..ffe7e8a8f925ca21b4bd88bc2c9d10b6973283d2 100644 (file)
@@ -8,6 +8,8 @@ Indeed, that URL yields a 404. The proper URL is <http://mesh.openisp.ca/map/poi
 
 The problem seems to be caused by `urlto()` being called for the `osm` directive before the generated files are registered with `will_render()` from the `waypoint` directive. Proposed patch adds a function that is called from the `preprocess` hook for both directives that registers the files.
 
-[Patch to IkiWiki/Plugin/osm.pm](https://reseaulibre.deuxpi.ca/0000-Fix-incorrect-URL-pointing-to-the-generated-waypoint.patch)
+Here is a [[patch]] to IkiWiki/Plugin/osm.pm: <https://reseaulibre.deuxpi.ca/0000-Fix-incorrect-URL-pointing-to-the-generated-waypoint.patch>
 
 --[[deuxpi]]
+
+I confirm the patch works. --[[anarcat]]