diff --git a/src/App/Page/Home.purs b/src/App/Page/Home.purs
index 1a49912..b05857e 100644
--- a/src/App/Page/Home.purs
+++ b/src/App/Page/Home.purs
@@ -52,7 +52,7 @@ render _ = HH.div_
                  afin de purger un certain nombre de vieux comptes de robots.
                  """
                  , HH.p [ HP.classes [C.margin_top 3] ]
-                   [ Bulma.outside_link [C.button, C.is_info] url_linuxfr "(LIEN BIENTÔT DISPONIBLE, l'article n'est pas encore publié)." ]
+                   [ Bulma.outside_link [C.button, C.is_info] url_linuxfr "Article linuxfr.org présentant la nouvelle version de netlibre" ]
                  ]
              , Bulma.section_small
                  [ Bulma.h1 "Welcome to netlib.re"
@@ -65,7 +65,7 @@ render _ = HH.div_
                  ]
              ]
   where
-    url_linuxfr = "https://linuxfr.org"
+    url_linuxfr = "https://linuxfr.org/news/netlibre-un-service-libre-et-un-nom-de-domaine-gratuit"
     title = Bulma.h3
     expl content = Bulma.div_content [] [ Bulma.explanation content ]
     p = Bulma.p