Skip to content

Commit 0472960

Browse files
coltkondotheCalcaholic
authored andcommitted
Fixed: Nextcloudpi icon pointing to ownyoursbits.com #1571
1 parent 9975742 commit 0472960

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ncp-web/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134

135135
<header role="banner"><div id="header">
136136
<div id="header-left">
137-
<a href="https://ownyourbits.com" id="nextcloudpi" target="_blank" tabindex="1">
137+
<a href="https://nextcloudpi.com" id="nextcloudpi" target="_blank" tabindex="1">
138138
<div class="logo-icon">
139139
<h1 class="hidden-visually">NextCloudPi</h1>
140140
</div>
@@ -173,7 +173,7 @@
173173
<input type="text" id="search-box" placeholder="find ncp-app" size="40">
174174
</div>
175175
</div>
176-
<a href="https://ownyourbits.com" id="nextcloud-btn" target="_blank" tabindex="1" title="<?php echo $l->__("Launch Nextcloud"); ?>">
176+
<a href="https://nextcloudpi.com/" id="nextcloud-btn" target="_blank" tabindex="1" title="<?php echo $l->__("Launch Nextcloud"); ?>">
177177
<div id="nc-button">
178178
<div class="expand">
179179
<div class="icon-nc-white"></div>
@@ -207,7 +207,7 @@
207207
</div>
208208
</div>
209209
</a>
210-
<a href="https://github.com/nextcloud/nextcloudpi/wiki" target="_blank" tabindex="1" title="<?php echo $l->__("NextCloudPi Wiki"); ?>">
210+
<a href="https://docs.nextcloudpi.com/" target="_blank" tabindex="1" title="<?php echo $l->__("NextCloudPi Wiki"); ?>">
211211
<div id="nc-button">
212212
<div class="expand">
213213
<div class="icon-nc-info"></div>

0 commit comments

Comments
 (0)