This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 024cdb9eb Updates stage by Jenkins
024cdb9eb is described below
commit 024cdb9eb589a8f28b749f8729f187db27655577
Author: jenkins <[email protected]>
AuthorDate: Fri May 19 11:17:36 2023 +0000
Updates stage by Jenkins
---
content/tag-developers/ognl.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/tag-developers/ognl.html b/content/tag-developers/ognl.html
index 1b5708ea6..a2f11c32e 100644
--- a/content/tag-developers/ognl.html
+++ b/content/tag-developers/ognl.html
@@ -138,7 +138,7 @@
<li><a href="#lambda-expressions"
id="markdown-toc-lambda-expressions">Lambda Expressions</a></li>
</ul>
-<p>OGNL is the Object Graph Navigation Language (see <a
href="https://github.com/orphan-oss/ognl">OGNL page</a> for the full
+<p>OGNL is the Object Graph Navigation Language (see <a
href="https://ognl.orphan.software/">OGNL page</a> for the full
documentation of OGNL). Here, we will cover a few examples of OGNL features
that co-exist with the framework. To review
basic concepts, refer to <a href="ognl-basics">OGNL Basics</a>.</p>