make that blogs link refers to a blogs wiki page, with all blogs
diff --git a/_projectCommon.php b/_projectCommon.php
index d8f52c2..7e152d6 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -26,10 +26,10 @@
 
 	$Nav->addCustomNav("SWTBot Support",		"http://wiki.eclipse.org/SWTBot/Support");
 	
-	$Nav->addCustomNav("Blogs",					"http://ketan.padegaonkar.name/");
+	$Nav->addCustomNav("Blogs",					"http://wiki.eclipse.org/SWTBot/Blogs");
 
 	$Nav->addCustomNav("Who's Using It?", 		"http://wiki.eclipse.org/SWTBot/Who_Is_Using_SWTBot");
 	$Nav->addCustomNav("Contributing", 			"http://wiki.eclipse.org/SWTBot/Contributing");
 	$Nav->addCustomNav("All Pages", 			"http://wiki.eclipse.org/Category:SWTBot");
 
-?>
\ No newline at end of file
+?>