This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
commit 5884c2dad6351869b203d29152847815f27a4fff Author: Gary Gregory <[email protected]> AuthorDate: Sat Aug 29 16:17:04 2026 -0400 Add link to Commons Security Model --- src/site/site.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index e3507d70..d201e8d7 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -32,13 +32,14 @@ <item name="Dependency Management" href="/dependency-info.html" /> <item name="Sources" href="/scm.html" /> <item name="Security"> - <item name="Security" href="security.html" /> + <item name="Security Vulnerabilities" href="/security.html" /> + <item name="Commons Security Model" href="https://commons.apache.org/security.html" /> </item> <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0" /> <item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct.html" /> <item name="Download" href="https://commons.apache.org/proper/commons-text/download_text.cgi" /> <item name="Javadoc"> - <item name="Javadoc Current" href="apidocs/index.html" /> + <item name="Javadoc Current" href="/apidocs/index.html" /> <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-text/" /> </item> <!-- End: For all components. -->
