From ab754f9debaade267105ace52f3ae867914748de Mon Sep 17 00:00:00 2001 From: Akshay Agrawal Date: Mon, 23 Dec 2024 12:19:46 -0800 Subject: [PATCH] fix link --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 30b03f0c1b7..a2cc76fba4f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -89,7 +89,7 @@ nav: - Testing notebooks: - Overview: guides/testing/index.md - pytest: guides/testing/pytest.md - - doctest: guides/testing/doctests.md + - doctest: guides/testing/doctest.md - Export to HTML and other formats: guides/exporting.md - Run notebooks with WebAssembly: guides/wasm.md - Deploy notebooks: