From 677e65e6099058e812098a3f8958e6274eb3dd95 Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Thu, 19 Apr 2018 17:28:43 -0700 Subject: [PATCH] stanford.edu -> foldingathome.org --- SConstruct | 2 +- fah/FAHControl.glade | 2 +- fah/FAHControl.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SConstruct b/SConstruct index da68ac9..d8f986c 100644 --- a/SConstruct +++ b/SConstruct @@ -69,7 +69,7 @@ if env['PLATFORM'] == 'darwin' or env.GetPackageType() == 'rpm': vendor = 'Folding@home', url = 'https://foldingathome.org/', license = 'LICENSE.txt', - bug_url = 'https://foldingathome.org/bugs/', + bug_url = 'https://apps.foldingathome.org/bugs/', summary = 'Folding@home Control', description = \ 'Control and monitor local and remote Folding@home clients', diff --git a/fah/FAHControl.glade b/fah/FAHControl.glade index 80ee1fc..8a397f9 100644 --- a/fah/FAHControl.glade +++ b/fah/FAHControl.glade @@ -1213,7 +1213,7 @@ Would you like to configure your identity now? False True none - https://foldingathome.org/newpasskey + https://apps.foldingathome.org/newpasskey False diff --git a/fah/FAHControl.py b/fah/FAHControl.py index d450444..437562b 100644 --- a/fah/FAHControl.py +++ b/fah/FAHControl.py @@ -127,7 +127,7 @@ class FAHControl(SingleAppServer): # Glade editor strips the '&'s on save. Even if you use '&' the # ampersands get striped when resaved. team_stats_links = [ - ['Folding@home', 'https://foldingathome.org/stats/team/%(team)s'], + ['Folding@home', 'https://stats.foldingathome.org/team/%(team)s'], ['Extreme Overclocking', 'http://folding.extremeoverclocking.com/' 'team_summary.php?t=%(team)s'], ['Kakao Stats', 'http://kakaostats.com/tsum.php?t=%(team)s'], @@ -136,7 +136,7 @@ class FAHControl(SingleAppServer): ['Custom', ''], ] donor_stats_links = [ - ['Folding@home', 'https://foldingathome.org/stats/donor/%(donor)s'], + ['Folding@home', 'https://stats.foldingathome.org/donor/%(donor)s'], ['Custom', ''], ]