Skip to content

Commit 96f5b27

Browse files
authored
ci: fix java publish doc links (#160)
1 parent d6ad867 commit 96f5b27

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

java/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@
315315
<nohelp>true</nohelp>
316316
<detectJavaApiLink>false</detectJavaApiLink>
317317
<links>
318-
<link>https://javadoc.io/doc/com.lancedb/lance-namespace-apache-client/${lance-namespace.version}</link>
318+
<link>https://javadoc.io/doc/com.lancedb/lance-namespace-apache-client</link>
319+
<link>https://javadoc.io/doc/com.lancedb/lance-namespace-core</link>
319320
</links>
320321
</configuration>
321322
<executions>

0 commit comments

Comments
 (0)