aboutsummaryrefslogtreecommitdiff
path: root/classes/Pref_Prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2024-08-22 06:50:27 +0000
committerAndrew Dolgov <fox@fakecake.org>2024-08-22 06:50:27 +0000
commit8423183e2fc81093ae16bf737d76ff03b384ab0a (patch)
tree9ed874be593ee458d97d8301c59de7d5bbf72a6b /classes/Pref_Prefs.php
parentb8cbb167d493191eee2dafec1949fcdd47dddaca (diff)
parentd17f90b96ffedda439d6ef62abe31d50d0e130ac (diff)
Merge branch 'feature/php-version-check-and-link-stuff' into 'master'
Remove extra PHP version checks, fix some links See merge request tt-rss/tt-rss!54
Diffstat (limited to 'classes/Pref_Prefs.php')
-rw-r--r--classes/Pref_Prefs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/Pref_Prefs.php b/classes/Pref_Prefs.php
index 2bd9ae0bd..dd28bd3f2 100644
--- a/classes/Pref_Prefs.php
+++ b/classes/Pref_Prefs.php
@@ -655,7 +655,7 @@ class Pref_Prefs extends Handler_Protected {
<?= \Controls\button_tag(\Controls\icon("palette") . " " . __("Customize"), "",
["onclick" => "Helpers.Prefs.customizeCSS()"]) ?>
<?= \Controls\button_tag(\Controls\icon("open_in_new") . " " . __("More themes..."), "",
- ["class" => "alt-info", "onclick" => "window.open(\"https://tt-rss.org/wiki/Themes\")"]) ?>
+ ["class" => "alt-info", "onclick" => "window.open(\"https://tt-rss.org/Themes/\")"]) ?>
<?php
@@ -898,7 +898,7 @@ class Pref_Prefs extends Handler_Protected {
</div>
<div dojoType="dijit.layout.ContentPane" region="bottom">
- <button dojoType='dijit.form.Button' class="alt-info pull-right" onclick='window.open("https://tt-rss.org/wiki/Plugins")'>
+ <button dojoType='dijit.form.Button' class="alt-info pull-right" onclick='window.open("https://tt-rss.org/Plugins/")'>
<i class='material-icons'>help</i>
<?= __("More info") ?>
</button>