This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/master by this push:
     new b2c9f05  Fixes link to the example app
b2c9f05 is described below

commit b2c9f05b98d808a6f46160538d5cc83860995896
Author: Lukasz Lenart <lukasz.len...@gmail.com>
AuthorDate: Fri Oct 6 17:55:01 2017 +0200

    Fixes link to the example app
---
 source/core-developers/localization.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/core-developers/localization.md 
b/source/core-developers/localization.md
index 2c3c08d..2428278 100644
--- a/source/core-developers/localization.md
+++ b/source/core-developers/localization.md
@@ -150,6 +150,6 @@ implementation. To use this please define the following 
option in your `struts.
 
 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 [example 
app](https://github.com/apache/struts\-examples/tree/master/text\-provider) how 
to use both. 
+a small [example 
app](https://github.com/apache/struts-examples/tree/master/text-provider) how 
to use both. 
 Please remember that the `TextProvider` interface is implemented by the 
`ActionSupport` class, that's why 
 an extra layer - `TextProviderFactory` - is needed.

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <commits@struts.apache.org>'].

Reply via email to