From cc642f794786ca6a6aa278efcdab0ba5e4a6ff2e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 21 Jun 2012 17:03:47 +0000 Subject: [PATCH] - web: fix BOINCStats link for host details svn path=/trunk/boinc/; revision=25780 --- checkin_notes | 8 +++++++- html/inc/stats_sites.inc | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index 8f4564e134..b65f7905bc 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4444,8 +4444,14 @@ Charlie 20 June 2012 boinc.xcodeproj/ project.pbxproj -David 19 June 2012 +David 20 June 2012 - fix configure error on Linux. I think the AC_PROG_OBJCXX should be limited to Mac somehow configure.ac + +David 20 June 2012 + - web: fix BOINCStats link for host details + + html/inc/ + stats_sites.inc diff --git a/html/inc/stats_sites.inc b/html/inc/stats_sites.inc index 99506700f0..39908930c2 100644 --- a/html/inc/stats_sites.inc +++ b/html/inc/stats_sites.inc @@ -170,7 +170,7 @@ $team_name_sites = array( $host_sites = array( array( - "http://boincstats.com/en/stats/-1/detail/", + "http://boincstats.com/en/stats/-1/host/detail/", "BOINCstats.com", "boincstats_icon.png" ),