Fix incorrect docs link (#1699)

This commit is contained in:
Kirill 2018-12-13 22:19:13 +03:00 committed by Franz Liedke
parent 3e914b7d39
commit 83eebeba2c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<h2>Hold Up!</h2> <h2>Hold Up!</h2>
<p>These errors must be resolved before you can continue the installation. If you're having trouble, get help on the <a href="http://flarum.org/docs/installation" target="_blank">Flarum website</a>.</p> <p>These errors must be resolved before you can continue the installation. If you're having trouble, get help on the <a href="https://flarum.org/docs/install.html" target="_blank">Flarum website</a>.</p>
<div class="Errors"> <div class="Errors">
<?php foreach ($errors as $error): ?> <?php foreach ($errors as $error): ?>

View File

@ -1,6 +1,6 @@
<h2>Install Flarum</h2> <h2>Install Flarum</h2>
<p>Set up your forum by filling out your details below. If you have any trouble, get help on the <a href="http://flarum.org/docs/installation" target="_blank">Flarum website</a>.</p> <p>Set up your forum by filling out your details below. If you have any trouble, get help on the <a href="https://flarum.org/docs/install.html" target="_blank">Flarum website</a>.</p>
<form method="post"> <form method="post">
<div id="error" style="display:none"></div> <div id="error" style="display:none"></div>