refactor: Move Postgress driver download location
diff --git a/downloads/index.php b/downloads/index.php
index 0a380ff..9f6f13e 100644
--- a/downloads/index.php
+++ b/downloads/index.php
@@ -13,7 +13,7 @@
 	$pageTitle 		= "OSEE - Downloads";
 	$pageKeywords	= "OSEE, Open, System, Engineering, Environment, Eclipse, Define, ATS, OTE, Application Framework";
 	$pageAuthor		= "Roberto E. Escobar";
-	$postgres_bundle 		 = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/osee-external/org.ecilpse.osee.server_postgresql_0.9.1_incubation_updated.zip";
+	$postgres_bundle 		 = "https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.postgresql.driver_8.3.0.v201703031753-REL.jar"
    $config_args="http://wiki.eclipse.org/OSEE/Developers_Guide#Configuration_Properties";
    
    #*****************************************************************************
@@ -28,4 +28,4 @@
 	
 	# Generate the web page
 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
+?>