From 7372071237a288d88fb83f5a28fe610d716c44a4 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 63887eb6bb173..e411d9bf5b1c1 100644 --- a/docs/pages/contributing/documentation/how-to-contribute.mdx +++ b/docs/pages/contributing/documentation/how-to-contribute.mdx @@ -28,7 +28,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):