mirror of
https://github.com/pi-hole/web.git
synced 2026-04-27 04:04:00 +01:00
Change docker upgrade link in footer
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -106,7 +106,7 @@ $webReleasesUrl = $webUrl.'/releases';
|
||||
</ul>
|
||||
<?php if ($core_update || $web_update || $FTL_update) { ?>
|
||||
<?php if ($dockerTag) { ?>
|
||||
<p>To install updates, <a href="https://github.com/pi-hole/docker-pi-hole#upgrading--reconfiguring" rel="noopener" target="_blank">replace this old container with a fresh upgraded image</a>.</p>
|
||||
<p>To install updates, <a href="https://github.com/pi-hole/docker-pi-hole#upgrading-persistence-and-customizations" rel="noopener" target="_blank">replace this old container with a fresh upgraded image</a>.</p>
|
||||
<?php } else { ?>
|
||||
<p>To install updates, run <code><a href="https://docs.pi-hole.net/main/update/" rel="noopener" target="_blank">pihole -up</a></code>.</p>
|
||||
<?php } ?>
|
||||
|
||||
Reference in New Issue
Block a user