diff --git a/layouts/index.html b/layouts/index.html
index 1fef4db95974ce7a781232b476633d8ff075c2d2..b2254b8a00d7fd8c2d212db02ed7766f80af4428 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -6,7 +6,7 @@
     </div>
     <div class="col-lg-9 col-xl-8 text-center">
       <p class="lead">{{ .Params.lead | safeHTML }}</p>
-      <a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="/docs/{{ if site.Params.doks.docsVersioning }}{{ site.Params.doks.docsVersion }}/{{ end }}guides/example-guide/" role="button">Suivez le guide</a>
+      <a class="btn btn-primary btn-cta rounded-pill btn-lg my-3" href="/docs/{{ if site.Params.doks.docsVersioning }}{{ site.Params.doks.docsVersion }}/{{ end }}set-up/set-up/" role="button">Suivez le guide</a>
       {{ .Content }}
     </div>
   </div>
@@ -25,7 +25,7 @@
       <div class="row justify-content-center text-center">
         <div class="col-lg-5">
           <h2 class="h4">Update content</h2>
-          <p>Edit <code>content/_index.md</code> to see this page change.</p>
+          <p>Edit <code>content/_index.md</code> and <code>content/layout/index.html</code>to see this page change.</p>
         </div>
         <div class="col-lg-5">
           <h2 class="h4">Add new content</h2>
@@ -33,7 +33,7 @@
         </div>
         <div class="col-lg-5">
           <h2 class="h4">Configure your site</h2>
-          <p>Edit your config in <code>config/_default/hyas/doks.toml</code>.</p>
+          <p>Edit your config in <code>config/_default/hugo.toml</code>.</p>
         </div>
         <div class="col-lg-5">
           <h2 class="h4">Read the docs</h2>