Index: bp-forums/bp-forums-admin.php
===================================================================
--- bp-forums/bp-forums-admin.php	(revision 4077)
+++ bp-forums/bp-forums-admin.php	(working copy)
@@ -35,7 +35,7 @@
 
 		else : ?>
 
-			<p><?php printf( __( 'bbPress forum integration in BuddyPress has been set up correctly. If you are having problems you can <a href="%s" title="Reinstall bbPress">re-install</a>', 'buddypress' ), site_url( 'wp-admin/admin.php?page=bb-forums-setup&reinstall=1' ) ); ?>
+			<p><?php printf( __( 'bbPress forum integration in BuddyPress has been set up correctly. If you are having problems you can <a href="%s" title="Reinstall bbPress">re-install</a>', 'buddypress' ), network_admin_url( 'admin.php?page=bb-forums-setup&reinstall=1' ) ); ?>
 			<p><?php _e( 'NOTE: The forums directory will only work if your bbPress tables are in the same database as your WordPress tables. If you are not using an existing bbPress install you can ignore this message.', 'buddypress' ) ?></p>
 
 		<?php endif; ?>
@@ -45,7 +45,7 @@
 }
 
 function bp_forums_bbpress_install_wizard() {
-	$post_url = site_url( 'wp-admin/admin.php?page=bb-forums-setup' );
+	$post_url = network_admin_url( 'admin.php?page=bb-forums-setup' );
 
 	$step = isset( $_REQUEST['step'] ) ? $_REQUEST['step'] : '';
 
