diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 20:18:56 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 20:18:56 +0000 |
| commit | ec367b23f4e7d6a127e80b918ef28c61172cff6e (patch) | |
| tree | 94d9651245b309938ea1e958981fb3c2240ac9dc /js | |
| parent | eb05374f246b093f3d214ab38406e3f276837be0 (diff) | |
Switch from 'tt-rss-web-static' links to wiki links.
Diffstat (limited to 'js')
| -rw-r--r-- | js/CommonDialogs.js | 2 | ||||
| -rw-r--r-- | js/CommonFilters.js | 2 | ||||
| -rw-r--r-- | js/Feeds.js | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js index 6f8767c09..1b62cb99e 100644 --- a/js/CommonDialogs.js +++ b/js/CommonDialogs.js @@ -690,7 +690,7 @@ const CommonDialogs = { </section> <footer> <button dojoType='dijit.form.Button' style='float : left' class='alt-info' - onclick='window.open("https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/wiki/GeneratedFeeds.md")'> + onclick='window.open("https://github.com/supahgreg/tt-rss/wiki/Generated-Feeds")'> <i class='material-icons'>help</i> ${__("More info...")}</button> <button dojoType='dijit.form.Button' onclick="return App.dialogOf(this).regenFeedKey('${feed}', '${is_cat}')"> ${App.FormFields.icon("refresh")} diff --git a/js/CommonFilters.js b/js/CommonFilters.js index c3dc108e7..e94eb9314 100644 --- a/js/CommonFilters.js +++ b/js/CommonFilters.js @@ -226,7 +226,7 @@ const Filters = { <footer> ${App.FormFields.button_tag(App.FormFields.icon("help") + " " + __("More info"), "", {class: 'pull-left alt-info', - onclick: "window.open('https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/wiki/ContentFilters.md')"})} + onclick: "window.open('https://github.com/supahgreg/tt-rss/wiki/Content-Filters')"})} ${App.FormFields.submit_tag(App.FormFields.icon("save") + " " + __("Save"), {onclick: "App.dialogOf(this).execute()"})} ${App.FormFields.cancel_dialog_tag(__("Cancel"))} </footer> diff --git a/js/Feeds.js b/js/Feeds.js index 52477f021..49de183b5 100644 --- a/js/Feeds.js +++ b/js/Feeds.js @@ -658,7 +658,7 @@ const Feeds = { <footer> ${reply.show_syntax_help ? `${App.FormFields.button_tag(App.FormFields.icon("help") + " " + __("Search syntax"), "", - {class: 'alt-info pull-left', onclick: "window.open('https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/wiki/SearchSyntax.md')"})} + {class: 'alt-info pull-left', onclick: "window.open('https://github.com/supahgreg/tt-rss/wiki/Search-Syntax')"})} ` : ''} ${App.FormFields.submit_tag(App.FormFields.icon("search") + " " + __('Search'), {onclick: "App.dialogOf(this).execute()"})} |