You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2006/04/07 19:53:16 UTC

svn commit: r392345 - /myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AddResourceFactory.java

Author: imario
Date: Fri Apr  7 10:53:14 2006
New Revision: 392345

URL: http://svn.apache.org/viewcvs?rev=392345&view=rev
Log:
changed documentation url

Modified:
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AddResourceFactory.java

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AddResourceFactory.java
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AddResourceFactory.java?rev=392345&r1=392344&r2=392345&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AddResourceFactory.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AddResourceFactory.java Fri Apr  7 10:53:14 2006
@@ -377,6 +377,6 @@
 
 	private static void throwExtensionsFilterMissing()
 	{
-		throw new IllegalStateException("ExtensionsFilter not correctly configured. Please see: http://wiki.apache.org/myfaces/MyFacesExtensionsFilter");
+		throw new IllegalStateException("ExtensionsFilter not correctly configured. Please see: http://myfaces.apache.org/tomahawk/extensionsFilter.html");
 	}
 }