This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 4114a59 Updates production by Jenkins
4114a59 is described below
commit 4114a5968129c2aa906d49cdeb7bd84795270c7a
Author: jenkins <[email protected]>
AuthorDate: Fri Oct 6 15:55:44 2017 +0000
Updates production by Jenkins
---
content/core-developers/localization.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/core-developers/localization.html
b/content/core-developers/localization.html
index 83a1af9..92b895b 100644
--- a/content/core-developers/localization.html
+++ b/content/core-developers/localization.html
@@ -297,7 +297,7 @@ implementation. To use this please define the following
option in your <code cl
<p>If you want use a different logic to search for localized messages, or you
want to use a database or just want to search
default bundles, you must implement both those interfaces (or subclass the
existing implementations). You can check
-a small <a
href="https://github.com/apache/struts\-examples/tree/master/text\-provider">example
app</a> how to use both.
+a small <a
href="https://github.com/apache/struts-examples/tree/master/text-provider">example
app</a> how to use both.
Please remember that the <code class="highlighter-rouge">TextProvider</code>
interface is implemented by the <code
class="highlighter-rouge">ActionSupport</code> class, that’s why
an extra layer - <code class="highlighter-rouge">TextProviderFactory</code> -
is needed.</p>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].