Skip to content

Commit 99e1e47

Browse files
committed
Fix path in mkdocs.
1 parent 93bfb05 commit 99e1e47

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site_name: ''
22
site_url: https://tensorflow.org
33
repo_url: https://github.com/tensorflow/java
44
site_description: Documentation of TensorFlow Java API and tools.
5-
copyright: "© TensorFlow Authors 2025"
5+
copyright: "© TensorFlow Authors 2026"
66

77
theme:
88
name: material
@@ -45,5 +45,5 @@ nav:
4545
- index.md
4646
- Install:
4747
- install.md
48-
- References:
49-
- apidocs/index.html
48+
- API Reference:
49+
- references.md

0 commit comments

Comments
 (0)