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):