mirror of
https://github.com/flarum/framework.git
synced 2025-02-06 22:50:44 +08:00
Fix incorrect docs link (#1699)
This commit is contained in:
parent
3e914b7d39
commit
83eebeba2c
|
@ -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): ?>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user