docs: fix and update links (#1714)
This commit is contained in:
parent
be25dea447
commit
331df277b4
52 changed files with 235 additions and 212 deletions
|
@ -62,7 +62,7 @@ $result = $r1 && $r2;
|
|||
<p>
|
||||
Take a look at the checklist below for possible solutions. If you're tried the suggestions and are
|
||||
still experiencing issues, read the
|
||||
<a href="https://github.com/LibreTime/libretime/releases">release notes</a>,
|
||||
<a href="https://github.com/libretime/libretime/releases">release notes</a>,
|
||||
come <a href="https://discourse.libretime.org/">visit our discourse</a>
|
||||
or, check <a href="http://www.libretime.org/">the website and main docs</a>.
|
||||
</p>
|
||||
|
|
|
@ -43,15 +43,15 @@ define('SUPPORT_ADDRESS', 'https://discourse.libretime.org/');
|
|||
|
||||
define('HELP_URL', 'https://discourse.libretime.org/');
|
||||
define('WHOS_USING_URL', 'https://github.com/orgs/LibreTime/people');
|
||||
define('TERMS_AND_CONDITIONS_URL', 'https://github.com/LibreTime/libretime/blob/main/README.md');
|
||||
define('TERMS_AND_CONDITIONS_URL', 'https://github.com/libretime/libretime/blob/main/README.md');
|
||||
define('PRIVACY_POLICY_URL', 'https://github.com/LibreTime/code-of-conduct/blob/main/CODE_OF_CONDUCT.md');
|
||||
define('USER_MANUAL_URL', 'http://libretime.org/docs');
|
||||
define('ABOUT_AIRTIME_URL', 'http://libretime.org');
|
||||
define('LIBRETIME_CONTRIBUTE_URL', 'https://libretime.org/contribute');
|
||||
define('LIBRETIME_DISCOURSE_URL', 'https://discourse.libretime.org');
|
||||
define('UI_REVAMP_EMBED_URL', 'https://www.youtube.com/embed/nqpNnCKGluY');
|
||||
define('LIBRETIME_WHATS_NEW_URL', 'https://github.com/LibreTime/libretime/releases');
|
||||
define('LIBRETIME_UPDATE_FEED', 'https://github.com/LibreTime/libretime/releases.atom');
|
||||
define('LIBRETIME_WHATS_NEW_URL', 'https://github.com/libretime/libretime/releases');
|
||||
define('LIBRETIME_UPDATE_FEED', 'https://github.com/libretime/libretime/releases.atom');
|
||||
define('LIBRETIME_EMAIL_FROM', 'noreply@libretime.org');
|
||||
|
||||
define('LICENSE_VERSION', 'GNU AGPL v.3');
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
$pages = [];
|
||||
// Disable My podcasts
|
||||
// See https://github.com/LibreTime/libretime/issues/1320
|
||||
// See https://github.com/libretime/libretime/issues/1320
|
||||
// $pages[] = array(
|
||||
// 'label' => _('My Podcast'),
|
||||
// 'module' => 'default',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue