diff --git a/chapter-04/index.adoc b/chapter-04/index.adoc index cffb5da1..63acd703 100644 --- a/chapter-04/index.adoc +++ b/chapter-04/index.adoc @@ -617,8 +617,8 @@ La variable `URL` (en majuscules) est disponible de manière globale. ---- include::{sourceDir}/url/intro.js[] ---- -<1> Affiche `thom4.net`. -<2> Affiche `/node.js/`. +<1> Affiche `apprendre-nodejs.fr`. +<2> Affiche `/v1/`. [TIP] .[RemarquePreTitre]#Web# Compatibilité avec les navigateurs @@ -662,7 +662,7 @@ Cette adresse résout un chemin absolu à partir du premier argument : include::{sourceDir}/url/resolve.js[] ---- <1> Affiche `https://apprendre-nodejs.fr/v1/`. -<2> Affiche `https://thom4.net/`. +<2> Affiche `https://apprendre-nodejs.fr/`. [horizontal] .Propriétés notables