You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2022/04/05 06:46:01 UTC

[struts-site] branch test-pr created (now 7b1c06e55)

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

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


      at 7b1c06e55 Uses proper section title

This branch includes the following new commits:

     new 7b1c06e55 Uses proper section title

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[struts-site] 01/01: Uses proper section title

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7b1c06e55b9228bf2ec5ca5f351037cf467151f4
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Apr 5 08:45:53 2022 +0200

    Uses proper section title
---
 source/plugins/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/plugins/index.md b/source/plugins/index.md
index c102e6eb0..36c31670a 100644
--- a/source/plugins/index.md
+++ b/source/plugins/index.md
@@ -9,7 +9,7 @@ Apache Struts 2 provides a simple [plugin architecture](plugins-architecture) so
 adding a JAR to the application's classpath. Since plugins are contained in a JAR, they are easy to share with others.
 Several plugins are bundled with the framework, and others are available from third-party sources.
 
-- [Plugins](plugins-architecture)
+- [Plugins Architecture](plugins-architecture)
 - [Extending an Application with Custom Plugins](extending-an-application-with-custom-plugins)
 
 ## Bundled Plugins