Skip to content

Commit 4540f2d

Browse files
committed
Adding doc backlink to javadoc footer.
1 parent f9d2b06 commit 4540f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@
550550
<configuration>
551551
<overview>./docs/overview.md</overview>
552552
<!--<includeDependencySources>true</includeDependencySources>-->
553-
<bottom>Copyright 2015, 2025 The TensorFlow Authors. All Rights Reserved.</bottom>
553+
<bottom>Copyright 2015, 2025 The TensorFlow Authors. All Rights Reserved. <![CDATA[<a href="http://tensorflow.github.io/java/index.html">TensorFlow-Java Main Documentation<a>]]></bottom>
554554
<additionalJOptions>
555555
<additionalJOption>-Xmaxerrs</additionalJOption>
556556
<additionalJOption>65536</additionalJOption>

0 commit comments

Comments
 (0)