From 3ec0f2ec2172ee3315b599b90aab42e27a3feac0 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 4 Feb 2021 16:24:45 -0600 Subject: [PATCH] Update mkdocs.yml (#137) Fix warning from Deploy Docs github action --- docs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 67e4a2666c24..41b57ec767c1 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -38,7 +38,7 @@ nav: - API Documentation: "api/docs/index.html" - Contributors Guide: - Non-Code: "contributors/non-coders.md" - - Translating: "contributors/translating" + - Translating: "contributors/translating.md" - Developers Guide: - Code Contributions: "contributors/developers-guide/code-contributions.md" - Dev Getting Started: "contributors/developers-guide/starting-dev-server.md"