[SPIP] ~v3.0.17-->v3.0.19
[ptitvelo/web/www.git] / www / plugins-dist / urls_etendues / urls / html.php
index 071644b..1864338 100644 (file)
@@ -36,7 +36,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return; // securiser
 # donner un exemple d'url pour le formulaire de choix
 define('URLS_HTML_EXEMPLE', 'article12.html');
 
-// http://doc.spip.org/@_generer_url_html
+// http://code.spip.net/@_generer_url_html
 function _generer_url_html($type, $id, $args='', $ancre='') {
        if ($generer_url_externe = charger_fonction("generer_url_$type",'urls',true)) {
                $url = $generer_url_externe($id, $args, $ancre);
@@ -47,7 +47,7 @@ function _generer_url_html($type, $id, $args='', $ancre='') {
 }
 
 // retrouver les parametres d'une URL dite "html"
-// http://doc.spip.org/@urls_html_dist
+// http://code.spip.net/@urls_html_dist
 function urls_html_dist($i, $entite, $args='', $ancre='') {
 
        if (is_numeric($i))