Index: /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/connector/package.html
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/connector/package.html	(revision 1494)
+++ /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/connector/package.html	(revision 1495)
@@ -35,5 +35,5 @@
 	&lt;servlet&gt;
 		&lt;servlet-name&gt;Connector&lt;/servlet-name&gt;
-		&lt;servlet-class&gt;com.fredck.FCKeditor.connector.ConnectorServlet&lt;/servlet-class&gt;
+		&lt;servlet-class&gt;net.fckeditor.connector.ConnectorServlet&lt;/servlet-class&gt;
 		&lt;init-param&gt;
 			&lt;param-name&gt;baseDir&lt;/param-name&gt;
Index: /FCKeditor.Java/branches/2.4/src/main/resources/META-INF/FCKeditor.tld
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/resources/META-INF/FCKeditor.tld	(revision 1494)
+++ /FCKeditor.Java/branches/2.4/src/main/resources/META-INF/FCKeditor.tld	(revision 1495)
@@ -65,5 +65,5 @@
 <FCK:content>
 	This is some <strong>sample text</strong>. You are 
-	using <a href="http://www.fredck.com/fckeditor/">FCKeditor</a>.
+	using <a href="http://www.fckeditor.net">FCKeditor</a>.
 </FCK:content>]]>
 		</example>
Index: /FCKeditor.Java/branches/2.4/src/main/webapp/jsp/sample02.jsp
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/webapp/jsp/sample02.jsp	(revision 1494)
+++ /FCKeditor.Java/branches/2.4/src/main/webapp/jsp/sample02.jsp	(revision 1495)
@@ -48,5 +48,5 @@
 			<FCK:editor instanceName="EditorDefault">
 				<FCK:content>This is some <strong>sample text</strong>. You are 
-				using <a href="http://www.fredck.com/fckeditor/">FCKeditor</a>.
+				using <a href="http://www.fckeditor.net">FCKeditor</a>.
 				</FCK:content>
 			</FCK:editor>
Index: /FCKeditor.Java/branches/2.4/src/main/webapp/jsp/sample04.jsp
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/webapp/jsp/sample04.jsp	(revision 1494)
+++ /FCKeditor.Java/branches/2.4/src/main/webapp/jsp/sample04.jsp	(revision 1495)
@@ -64,5 +64,5 @@
 			<FCK:editor instanceName="EditorDefault" toolbarSet="${param.toolbar}">
 				<FCK:content>This is some <strong>sample text</strong>. You are 
-				using <a href="http://www.fredck.com/fckeditor/">FCKeditor</a>.
+				using <a href="http://www.fckeditor.net">FCKeditor</a>.
 				</FCK:content>
 			</FCK:editor>
Index: /FCKeditor.Java/branches/2.4/src/main/webapp/jsp/sample05.jsp
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/webapp/jsp/sample05.jsp	(revision 1494)
+++ /FCKeditor.Java/branches/2.4/src/main/webapp/jsp/sample05.jsp	(revision 1495)
@@ -77,5 +77,5 @@
 				<FCK:config SkinPath="${skin}"/>
 				<FCK:content>This is some <strong>sample text</strong>. You are 
-				using <a href="http://www.fredck.com/fckeditor/">FCKeditor</a>.
+				using <a href="http://www.fckeditor.net">FCKeditor</a>.
 				</FCK:content>
 			</FCK:editor>
