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:
authorcoltkondo <coltkondo@ufl.edu>2022-09-27 05:11:18 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-10-04 00:24:13 +0300
commit04729604ee3319b347d7e358c85f3cf4be3f511e (patch)
tree23b9121e912a6510e2cfd8de05b4a7ef9ed06433
parent9975742ff32dcafa8473dfe9569e8ce1cbf1c33d (diff)
Fixed: Nextcloudpi icon pointing to ownyoursbits.com #1571
-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>