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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ff7e3f  Fix URLs
7ff7e3f is described below

commit 7ff7e3f351861910e9436afcc4b49c6b91d6245b
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 18 07:54:14 2025 -0500

    Fix URLs
---
 src/site/site.xml            | 2 +-
 src/site/xdoc/mail-lists.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index c429b0b..0e759f9 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -50,7 +50,7 @@ under the License.
       <item name="Mailing Lists"     href="/mail-lists.html"/>
       <item name="Issue Tracking"    href="/issue-tracking.html"/>
       <item name="Latest Javadoc"    href="/apidocs/index.html"/>
-      <item name="Source Repository" href="/scm.html"/>
+      <item name="Source Repository" href="/source-repository.html"/>
       <item name="Building"          href="/building.html"/>
     </menu>
   </body>
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 2901870..cfaaa85 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -149,7 +149,7 @@ limitations under the License.
           <td>
             <strong>Commons Commits List</strong>
             <br /><br />
-            Only for e-mails automatically generated by the <a 
href="scm.html">source control</a> sytem.
+            Only for e-mails automatically generated by the <a 
href="source-repository.html">source control</a> sytem.
             <br /><br />
           </td>
           <td><a 
href="mailto:commits-subscr...@commons.apache.org";>Subscribe</a></td>

Reply via email to