Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>2022-10-03 23:34:45 +0300
committerGitHub <noreply@github.com>2022-10-03 23:34:45 +0300
commitc143315c7b96121a1ae2ff113e73f3cfdf1c1f24 (patch)
tree0404167acd98b597d87a5ff3e721c6d05c983848
parentc9bfb5cba183b91f05e34c549a200a7bfae243e5 (diff)
parentc8ff7b0030539b4190babb81ad3eb9dfc0e3cc9c (diff)
Merge pull request #1576 from coltkondo/icon-redirect-fix
Fixed: Nextcloudpi icon pointing to ownyoursbits.com
-rw-r--r--ncp-web/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/ncp-web/index.php b/ncp-web/index.php
index e7e3f539..17045474 100644
--- a/ncp-web/index.php
+++ b/ncp-web/index.php
@@ -134,7 +134,7 @@ HTML;
<header role="banner"><div id="header">
<div id="header-left">
- <a href="https://ownyourbits.com" id="nextcloudpi" target="_blank" tabindex="1">
+ <a href="https://nextcloudpi.com" id="nextcloudpi" target="_blank" tabindex="1">
<div class="logo-icon">
<h1 class="hidden-visually">NextCloudPi</h1>
</div>
@@ -173,7 +173,7 @@ HTML;
<input type="text" id="search-box" placeholder="find ncp-app" size="40">
</div>
</div>
- <a href="https://ownyourbits.com" id="nextcloud-btn" target="_blank" tabindex="1" title="<?php echo $l->__("Launch Nextcloud"); ?>">
+ <a href="https://nextcloudpi.com/" id="nextcloud-btn" target="_blank" tabindex="1" title="<?php echo $l->__("Launch Nextcloud"); ?>">
<div id="nc-button">
<div class="expand">
<div class="icon-nc-white"></div>
@@ -207,7 +207,7 @@ HTML;
</div>
</div>
</a>
- <a href="https://github.com/nextcloud/nextcloudpi/wiki" target="_blank" tabindex="1" title="<?php echo $l->__("NextCloudPi Wiki"); ?>">
+ <a href="https://docs.nextcloudpi.com/" target="_blank" tabindex="1" title="<?php echo $l->__("NextCloudPi Wiki"); ?>">
<div id="nc-button">
<div class="expand">
<div class="icon-nc-info"></div>