stanford.edu -> foldingathome.org
This commit is contained in:
parent
e78021c46a
commit
677e65e609
|
@ -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',
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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', ''],
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue