diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-03 21:00:43 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-03 21:00:43 +0000 |
| commit | 5e99eb41ecdf55e5482b4823b009f3cfdac6ec22 (patch) | |
| tree | 5167514d71b52eeb3315f9ca72b095e189eda8db /js/CommonDialogs.js | |
| parent | c67b943aa894b90103c4752ac430958886b996b2 (diff) | |
Remove references to, and integrations with, 'tt-rss.org'.
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 781b0dcc5..6f8767c09 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://tt-rss.org/wiki/GeneratedFeeds")'> + onclick='window.open("https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/wiki/GeneratedFeeds.md")'> <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")} |