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/CommonDialogs.js | |
| parent | eb05374f246b093f3d214ab38406e3f276837be0 (diff) | |
Switch from 'tt-rss-web-static' links to wiki links.
Diffstat (limited to 'js/CommonDialogs.js')
| -rw-r--r-- | js/CommonDialogs.js | 2 |
1 files changed, 1 insertions, 1 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")} |