From 99e1e47299248ee241f1968d52991a9066dde140 Mon Sep 17 00:00:00 2001 From: Adam Pocock Date: Fri, 29 May 2026 14:36:54 -0400 Subject: [PATCH] Fix path in mkdocs. --- docs/mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 8729bca5af5..60d03a5f643 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -2,7 +2,7 @@ site_name: '' site_url: https://tensorflow.org repo_url: https://github.com/tensorflow/java site_description: Documentation of TensorFlow Java API and tools. -copyright: "© TensorFlow Authors 2025" +copyright: "© TensorFlow Authors 2026" theme: name: material @@ -45,5 +45,5 @@ nav: - index.md - Install: - install.md - - References: - - apidocs/index.html + - API Reference: + - references.md