From 69477ee41445f61e935f7733d8eed8c6ba5329e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=A1bor?= <yesszus@gmail.com>
Date: Mon, 29 May 2017 07:16:25 +0200
Subject: [PATCH] Update credits.php

Removed missing link url.
---
 e107_admin/credits.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/e107_admin/credits.php b/e107_admin/credits.php
index 5462eef29..140c197dc 100644
--- a/e107_admin/credits.php
+++ b/e107_admin/credits.php
@@ -50,7 +50,7 @@ require_once(e_ADMIN."auth.php");
 	                        Nuvolo Icons, PHPMailer, TCPDF, PHP UTF8
 	                    </p>
                    
-                    	<div class="copyright">Copyright <a href="http://e107.org/content/About-Us:The-Team" title="e107 Team">e107 Inc.</a> 2008-2017</div>
+                    	<div class="copyright">Copyright <a target="_blank" href="http://e107.org/community" title="e107 Team">e107 Inc.</a> 2008-2017</div>
                		 </div>
 			    </div>
             </div>
@@ -63,4 +63,4 @@ require_once(e_ADMIN."footer.php");
 
 exit;
 
-?>
\ No newline at end of file
+?>