Skip to content

Commit 4d6b74e

Browse files
committed
Add two new links to docs will work when 1.4 branch of docs are merged
1 parent 6c94e24 commit 4d6b74e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

web/templates/pages/edit_server.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@
668668
</tr>
669669
<tr>
670670
<td class="vst-text">
671-
<?=_('Compression');?> <a href="https://docs.hestiacp.com/admin_docs/backups.html"><i class="fas fa-question-circle"></i></a>
671+
<?=_('Compression');?> <a href="http://docs.hestiacp.com/admin_docs/backups.html#what-is-the-difference-between-zstd-and-gzip"><i class="fas fa-question-circle"></i></a>
672672
</td>
673673
</tr>
674674
<tr>
@@ -682,7 +682,7 @@
682682
</tr>
683683
<tr>
684684
<td class="vst-text">
685-
<?=_('Compression level');?> <a href="https://docs.hestiacp.com/admin_docs/backups.html"><i class="fas fa-question-circle"></i></a>
685+
<?=_('Compression level');?> <a href="http://docs.hestiacp.com/admin_docs/backups.html#what-is-the-optimal-compression-ratio"><i class="fas fa-question-circle"></i></a>
686686
</td>
687687
</tr>
688688
<tr>
@@ -697,7 +697,7 @@
697697
</tr>
698698
<tr>
699699
<td class="vst-text">
700-
<?=_('Directory');?> <a href="https://docs.hestiacp.com/admin_docs/backups.html"><i class="fas fa-question-circle"></i></a>
700+
<?=_('Directory');?> <a href="https://docs.hestiacp.com/admin_docs/backups.html#how-to-change-default-backup-folder"><i class="fas fa-question-circle"></i></a>
701701
</td>
702702
</tr>
703703
<tr>
@@ -716,7 +716,7 @@
716716
<table style="display:<?php if (empty($v_backup_remote_adv)) echo 'none';?> ;" id="remote_backup">
717717
<tr>
718718
<td class="vst-text">
719-
<?=_('Protocol');?> <a href="https://docs.hestiacp.com/admin_docs/backups.html"><i class="fas fa-question-circle"></i></a>
719+
<?=_('Protocol');?> <a href="http://docs.hestiacp.com/admin_docs/backups.html#what-kind-of-protocols-are-currently-supported"><i class="fas fa-question-circle"></i></a>
720720
</td>
721721
</tr>
722722
<tr>

web/templates/pages/edit_web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
<?php if($_SESSION['WEB_SYSTEM'] == 'nginx'){?>
393393
<tr>
394394
<td class="vst-text">
395-
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_nginx_cache_check" <?php if ($v_nginx_cache == 'yes') echo "checked=yes" ?> onclick="javascript:elementHideShow('v_nginx_duration');"><?=_('Enable FastCGI Cache'); ?> <a href="https://docs.hestiacp.com/admin_docs/nginx_caching.html" target="_blank"><i class="fas fa-question-circle"></i></a></label>
395+
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_nginx_cache_check" <?php if ($v_nginx_cache == 'yes') echo "checked=yes" ?> onclick="javascript:elementHideShow('v_nginx_duration');"><?=_('Enable FastCGI Cache'); ?> <a href="https://docs.hestiacp.com/admin_docs/web/fastcgi.html#nginx-fastcgi-cache" target="_blank"><i class="fas fa-question-circle"></i></a></label>
396396
</td>
397397
</tr>
398398
<tr>

0 commit comments

Comments
 (0)