Update URL korrigiert
Git Link angepasst
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<a href="https://willy-tech.de/kontakt/" target="_blank" data-lang="<?php echo $data['language']; ?>"><?php _e('Feedback'); ?></a><br />
|
||||
<a href="<?php echo $data['helpLink']; ?>" target="_blank"><?php _e('Hilfe'); ?></a><br />
|
||||
<a href="https://play.google.com/store/apps/details?id=de.willytech.picontrol" target="_blank" title="<?php _e('Öffne im Play Store'); ?>"><?php _e('App im Play Store'); ?></a><br />
|
||||
<a href="https://bugs.schultes.dev/projects/pi-control/repository" target="_blank"><?php _e('Git Repo'); ?></a></td>
|
||||
<a href="https://gitea.schultes.dev/gregor/pi-control" target="_blank"><?php _e('Git Repo'); ?></a></td>
|
||||
<td rowspan="2"><a href="https://www.schultes.dev/" target="_blank"><?php _e('Mein Blog'); ?></a><br />
|
||||
<td><?php echo $data['version']; ?></td>
|
||||
</tr>
|
||||
|
||||
@@ -15,8 +15,8 @@ if (!isset($config))
|
||||
'android_comp_level' => 25
|
||||
),
|
||||
'url' => array(
|
||||
'update' => 'https://pic.schultes.dev/service/v2/update/',
|
||||
'updateDownload' => 'https://bugs.schultes.dev/attachments/download/',
|
||||
'update' => 'https://pic.schultes.dev/api/service/v2/update/',
|
||||
'updateDownload' => 'https://pic.schultes.dev/api/download/',
|
||||
'updateNotification' => 'https://pi-control.de/?service=update_notification',
|
||||
'plugin' => 'https://pi-control.de/service/v1/plugin/',
|
||||
'pluginDownload' => 'https://pi-control.de/?service=plugin',
|
||||
|
||||
Reference in New Issue
Block a user