From 98788a72e0306156e4ee51084c8403bf286bf157 Mon Sep 17 00:00:00 2001 From: Aramis Date: Sat, 10 Feb 2024 11:23:30 -0500 Subject: [PATCH] fix link in mkdocs Signed-off-by: Aramis Signed-off-by: aramissennyeydd --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index a0884f5fe1..8779b38a83 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -222,6 +222,7 @@ nav: - Product FAQ: 'faq/product.md' - Technical FAQ: 'faq/technical.md' - Contribute: - - Project Structure: 'getting-started/project-structure.md' + - Contributions: 'contribute/index.md' + - Project Structure: 'contribute/project-structure.md' - References: - Glossary: 'references/glossary.md'