From 654a9cae43358c7eecf3b522e9876aa7815e2453 Mon Sep 17 00:00:00 2001
From: Fabio Bas <ctrlaltca@gmail.com>
Date: Mon, 7 Dec 2015 15:57:51 +0100
Subject: Move urls from pradosoft.com to github's project page; drop
 unmaintained quickstart tutorial translations

---
 framework/PradoBase.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'framework/PradoBase.php')

diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index e06c0b07..de8c4655 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -6,9 +6,9 @@
  * and error handling mechanism.
  *
  * @author Qiang Xue <qiang.xue@gmail.com>
- * @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2005-2015 PradoSoft
- * @license http://www.pradosoft.com/license/
+ * @link https://github.com/pradosoft/prado
+ * @copyright Copyright &copy; 2005-2015 The PRADO Group
+ * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT
  * @package System
  */
 
@@ -114,8 +114,8 @@ class PradoBase
 			$url=$am->publishFilePath(self::getPathOfNamespace('System.'.$logoName,'.gif'));
 		}
 		else
-			$url='http://www.pradosoft.com/images/'.$logoName.'.gif';
-		return '<a title="Powered by PRADO" href="http://www.pradosoft.com/" target="_blank"><img src="'.$url.'" style="border-width:0px;" alt="Powered by PRADO" /></a>';
+			$url='http://pradosoft.github.io/docs/'.$logoName.'.gif';
+		return '<a title="Powered by PRADO" href="https://github.com/pradosoft/prado" target="_blank"><img src="'.$url.'" style="border-width:0px;" alt="Powered by PRADO" /></a>';
 	}
 
 	/**
-- 
cgit v1.2.3