Updated Branches: refs/heads/master 843973284 -> 3340feff8
Fix broken javadoc link. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3340feff Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3340feff Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/3340feff Branch: refs/heads/master Commit: 3340feff8325c5a03643fa936e23c55e001f5674 Parents: 8439732 Author: martin-g <[email protected]> Authored: Mon Jan 9 16:29:48 2012 +0200 Committer: martin-g <[email protected]> Committed: Mon Jan 9 16:29:48 2012 +0200 ---------------------------------------------------------------------- .../wicket/protocol/http/WebApplication.java | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/3340feff/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java b/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java index ba13e70..ef8fc95 100644 --- a/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java +++ b/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java @@ -687,8 +687,7 @@ public abstract class WebApplication extends Application * <p> * Default implementation: the page mime type must be "application/xhtml+xml" and request * HTTP_ACCEPT header must include "application/xhtml+xml" to automatically include the xml - * decl. Please see {@linkplain here - * http://developer.mozilla.org/en/Writing_JavaScript_for_XHTML#Finally.3a_Content_Negotiation} + * decl. Please see <a href="https://developer.mozilla.org/en/Writing_JavaScript_for_XHTML#Finally:_Content_Negotiation">Writing JavaScript for XHTML</a> * for details. * <p> * Please note that xml decls in Wicket's markup are only used for reading the markup. The
