diff --git a/docs/pages/contributing/documentation/how-to-contribute.mdx b/docs/pages/contributing/documentation/how-to-contribute.mdx index aafde084cfbc9..7c94afa4d9eb4 100644 --- a/docs/pages/contributing/documentation/how-to-contribute.mdx +++ b/docs/pages/contributing/documentation/how-to-contribute.mdx @@ -6,15 +6,15 @@ description: Follow this guide to get started contributing changes to Teleport's This guide describes the general workflow for making documentation changes ## Step 1/4 Set up your local environment -Clone the `gravitational/next` repository via `git clone`: +Clone the `gravitational/docs` repository via `git clone`: ```code -$ git clone https://github.com/gravitational/next +$ git clone https://github.com/gravitational/docs ``` -Different versions of the documentation are organized into the `content` directory of `gravitational/next`. Each subdirectory of `content` includes a git submodule for a different branch of `gravitational/teleport`. +Different versions of the documentation are organized into the `content` directory of `gravitational/docs`. Each subdirectory of `content` includes a git submodule for a different branch of `gravitational/teleport`. -Navigate to the root of your local clone of the `gravitational/next` repository and run the following command to populate the `content` directory: +Navigate to the root of your local clone of the `gravitational/docs` repository and run the following command to populate the `content` directory: ```code $ git submodule update --init --recursive diff --git a/docs/pages/contributing/documentation/issues.mdx b/docs/pages/contributing/documentation/issues.mdx index 4c162410db970..35041360f75f6 100644 --- a/docs/pages/contributing/documentation/issues.mdx +++ b/docs/pages/contributing/documentation/issues.mdx @@ -17,6 +17,6 @@ You can help us estimate the time it will take to plan or review a change by add |:---|:---| |docs-new|Requires creating a new docs page| |docs-edit|Requires editing an existing docs page (perhaps substantially)| -|docs-plumbing|Changes to how we build, display, and deploy the docs—may involve [gravitational/next](https://github.com/gravitational/next)| +|docs-plumbing|Changes to how we build, display, and deploy the docs—may involve [gravitational/docs](https://github.com/gravitational/docs)| |docs-minor-tweak|Straightforward change to a single paragraph or code snippet| |docs-assess-scope|Need to assess the scope of the project before starting work| \ No newline at end of file