Tweak docs link

This commit is contained in:
wrongecho
2025-01-09 15:14:46 +00:00
parent 77b3eca687
commit e8c7b3616b
+1 -1
View File
@@ -1217,7 +1217,7 @@ if (isset($_POST['add_telemetry'])) {
<?php <?php
// Check that there is access to write to the current directory // Check that there is access to write to the current directory
if (!is_writable('.')) { if (!is_writable('.')) {
echo "<div class='alert alert-danger'>Warning: The current directory is not writable. Ensure the webserver process has write access (chmod/chown). Check the <a href='https://docs.itflow.org/installation#ubuntu_setup_guide'>docs</a> for info.</div>"; echo "<div class='alert alert-danger'>Warning: The current directory is not writable. Ensure the webserver process has write access (chmod/chown). Check the <a href='https://docs.itflow.org/installation'>docs</a> for info.</div>";
} }
?> ?>
<hr> <hr>