stanford.edu -> foldingathome.org

This commit is contained in:
Joseph Coffland 2018-04-19 17:28:43 -07:00
parent e78021c46a
commit 677e65e609
3 changed files with 4 additions and 4 deletions

View File

@ -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',

View File

@ -1213,7 +1213,7 @@ Would you like to configure your identity now?</property>
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<property name="relief">none</property>
<property name="uri">https://foldingathome.org/newpasskey</property>
<property name="uri">https://apps.foldingathome.org/newpasskey</property>
</object>
<packing>
<property name="expand">False</property>

View File

@ -127,7 +127,7 @@ class FAHControl(SingleAppServer):
# Glade editor strips the '&'s on save. Even if you use '&amp;' 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', ''],
]