From a78f9832d69e07e08549f7082a3e311991cf9bf7 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Fri, 21 Apr 2023 11:31:33 -0400 Subject: [PATCH] docs: fix directory instruction for docs contributing --- docs/pages/contributing/documentation/how-to-contribute.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/contributing/documentation/how-to-contribute.mdx b/docs/pages/contributing/documentation/how-to-contribute.mdx index 4a01c72278ee0..b44bb1e4fa249 100644 --- a/docs/pages/contributing/documentation/how-to-contribute.mdx +++ b/docs/pages/contributing/documentation/how-to-contribute.mdx @@ -25,7 +25,7 @@ $ yarn git-update Next, navigate to the directory under `content` that corresponds to the latest version of Teleport. ```code -$ cd content/(=teleport.version=).x +$ cd content/(=teleport.major_version=).x ``` Switch to the master branch (or versioned branch for updates specific to previous versions):