Commit db03ceec authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

fix: redirect to static url

parent 15ac4fb2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Refresh" content="0; url=/doc" />
    <meta http-equiv="Refresh" content="0; url=https://to-be-continuous.gitlab.io/doc/" />
  </head>
  <body>
    <p>Follow this link <a href="/doc/"></a>.</p>
    <p>Follow <a href="https://to-be-continuous.gitlab.io/doc/">this link</a>.</p>
  </body>
</html>
 No newline at end of file