diff options
| author | Greg <supahgreg@users.noreply.github.com> | 2025-10-06 14:33:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-06 14:33:29 -0500 |
| commit | 2cfb58cf8cf872c164d12d1a4ecec55388f4b502 (patch) | |
| tree | 9eb481e4402cb70de41b037c7e0b0c2a869c46bc /js/CommonDialogs.js | |
| parent | 14ac789ddce61acbdecc92a71bad030892079d22 (diff) | |
| parent | a7d5566aa9a88e5206928d3a0a68065ad65776d0 (diff) | |
Merge pull request #8 from tt-rss/feature/switch-to-github-org
Switch links to the 'tt-rss' GitHub organization
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 1b62cb99e..f1be94c7c 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/wiki/Generated-Feeds")'> + onclick='window.open("https://github.com/tt-rss/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")} |