Skip to content

Commit

Permalink
Fix incorrect docs link (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill authored and franzliedke committed Dec 13, 2018
1 parent b0e996e commit b58380e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/install/errors.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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">
<?php foreach ($errors as $error): ?>
Expand Down
2 changes: 1 addition & 1 deletion views/install/install.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<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">
<div id="error" style="display:none"></div>
Expand Down

0 comments on commit b58380e

Please sign in to comment.