This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new c31171acac Fix wrong path for check-topic-links.py.
c31171acac is described below
commit c31171acac5b617f2e75d62cf2c27bbaa376e492
Author: James Bognar <[email protected]>
AuthorDate: Tue Oct 14 11:06:48 2025 -0400
Fix wrong path for check-topic-links.py.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 059e1fc153..9d2581bbc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
<configuration>
<executable>python3</executable>
<arguments>
-
<argument>${maven.multiModuleProjectDirectory}/juneau-check-topic-links.py</argument>
+
<argument>${maven.multiModuleProjectDirectory}/scripts/check-topic-links.py</argument>
</arguments>
<workingDirectory>${maven.multiModuleProjectDirectory}</workingDirectory>
<failOnError>true</failOnError>