Repository: struts-site
Updated Branches:
  refs/heads/master 5941b7eda -> ad42b41cc


Uses proper link


Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/ad42b41c
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/ad42b41c
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/ad42b41c

Branch: refs/heads/master
Commit: ad42b41ccbe76a3962d8c9efc9d993cf03df7b9e
Parents: 5941b7e
Author: Lukasz Lenart <lukaszlen...@apache.org>
Authored: Wed Aug 23 13:28:23 2017 +0200
Committer: Lukasz Lenart <lukaszlen...@apache.org>
Committed: Wed Aug 23 13:28:23 2017 +0200

----------------------------------------------------------------------
 source/core-developers/configuration-files.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/ad42b41c/source/core-developers/configuration-files.md
----------------------------------------------------------------------
diff --git a/source/core-developers/configuration-files.md 
b/source/core-developers/configuration-files.md
index df655a0..5ff67bc 100644
--- a/source/core-developers/configuration-files.md
+++ b/source/core-developers/configuration-files.md
@@ -19,7 +19,7 @@ See [Reloading configuration](reloading-configuration.html) 
for more.
 |[web.xml](web-xml.html)| no | /WEB-INF/ | Web deployment descriptor to 
include all necessary framework components |
 |[struts.xml](struts-xml.html)| yes | /WEB-INF/classes/ | Main configuration, 
contains result/view types, action mappings, interceptors, and so forth \
 |
-|[struts.properties](struts-properties.html)| yes | /WEB-INF/classes/ | 
Framework properties |
+|[default.properties](default-properties.html)| yes | /WEB-INF/classes/ | 
Framework properties |
 |[struts-default.xml](struts-default-xml.html)| yes | 
/WEB-INF/lib/struts2-core.jar | Default configuration provided by Struts |
 |[struts-default.vm](struts-default-vm.html)| yes | /WEB-INF/classes/ | 
Default macros referenced by velocity.properties|
 | struts-plugin.xml | yes | At the root of a plugin JAR| Optional 
configuration files for [Plugins](../plugins-developer-guide/)  in the same 
format as struts.xml. |

Reply via email to