1
0
mirror of https://github.com/flarum/core.git synced 2025-07-20 00:01:17 +02:00

docs: correct links to documentation (#3426)

This commit is contained in:
Ngô Quốc Đạt
2022-05-17 00:49:59 +07:00
committed by GitHub
parent 471947dfa7
commit d3008d1e62
3 changed files with 3 additions and 3 deletions

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="https://flarum.org/docs/install.html" 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://docs.flarum.org/install" 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>

View File

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

View File

@@ -1,6 +1,6 @@
<h2>Update Flarum</h2> <h2>Update Flarum</h2>
<p>Enter your database password to update Flarum. Before you proceed, you should <strong>back up your database</strong>. If you have any trouble, get help on the <a href="http://flarum.org/docs/update.html" target="_blank">Flarum website</a>.</p> <p>Enter your database password to update Flarum. Before you proceed, you should <strong>back up your database</strong>. If you have any trouble, get help on the <a href="https://docs.flarum.org/update" 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>