Index: sites/trunk/trac.wordpress.org/templates/site.html
===================================================================
--- sites/trunk/trac.wordpress.org/templates/site.html	(revision 961)
+++ sites/trunk/trac.wordpress.org/templates/site.html	(working copy)
@@ -13,15 +13,14 @@
 		notifications_enabled = 1

 	if project_slug == 'bbpress' :
-		profile_link = '//bbpress.org/forums/users/'
 		support_link = '//bbpress.org/forums/'
 	elif project_slug == 'buddypress' :
-		profile_link = '//buddypress.org/community/members/'
-		support_link = '//buddypress.org/support/topics/'
+		support_link = '//buddypress.org/support/'
 	else :
 		support_link = '//wordpress.org/support/'
-		profile_link = '//profiles.wordpress.org/'

+	profile_link = '//profiles.wordpress.org/'
+
 	profile_to_edit = '//wordpress.org/support/profile/'

 	# Fix https://meta.trac.wordpress.org/ticket/21
