Просмотр исходного кода

Add two new links to docs will work when 1.4 branch of docs are merged

Jaap Marcus 4 лет назад
Родитель
Сommit
4d6b74e257
2 измененных файлов с 5 добавлено и 5 удалено
  1. 4 4
      web/templates/pages/edit_server.html
  2. 1 1
      web/templates/pages/edit_web.html

+ 4 - 4
web/templates/pages/edit_server.html

@@ -668,7 +668,7 @@
 									</tr>
 									<tr>
 										<td class="vst-text">
-											<?=_('Compression');?> <a href="https://docs.hestiacp.com/admin_docs/backups.html"><i class="fas fa-question-circle"></i></a>
+											<?=_('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>
 										</td>
 									</tr>
 									<tr>
@@ -682,7 +682,7 @@
 									</tr>
 									<tr>
 										<td class="vst-text">
-											<?=_('Compression level');?> <a href="https://docs.hestiacp.com/admin_docs/backups.html"><i class="fas fa-question-circle"></i></a>
+											<?=_('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>
 										</td>
 									</tr>
 									<tr>
@@ -697,7 +697,7 @@
 									</tr>
 									<tr>
 										<td class="vst-text">
-											<?=_('Directory');?> <a href="https://docs.hestiacp.com/admin_docs/backups.html"><i class="fas fa-question-circle"></i></a>
+											<?=_('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>
 										</td>
 									</tr>
 									<tr>
@@ -716,7 +716,7 @@
 											<table style="display:<?php if (empty($v_backup_remote_adv)) echo 'none';?> ;" id="remote_backup">
 												<tr>
 													<td class="vst-text">
-														<?=_('Protocol');?> <a href="https://docs.hestiacp.com/admin_docs/backups.html"><i class="fas fa-question-circle"></i></a>
+														<?=_('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>
 													</td>
 												</tr>
 												<tr>

+ 1 - 1
web/templates/pages/edit_web.html

@@ -392,7 +392,7 @@
 										<?php if($_SESSION['WEB_SYSTEM'] == 'nginx'){?>
 											<tr>
 												<td class="vst-text">
-													<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>
+													<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>
 												</td>
 											</tr>
 											<tr>