diff --git a/content/codespaces/developing-in-codespaces/creating-a-codespace.md b/content/codespaces/developing-in-codespaces/creating-a-codespace.md index b21788de15..1fe1db9beb 100644 --- a/content/codespaces/developing-in-codespaces/creating-a-codespace.md +++ b/content/codespaces/developing-in-codespaces/creating-a-codespace.md @@ -21,7 +21,7 @@ shortTitle: Create a codespace You can create a codespace on {% data variables.product.prodname_dotcom_the_website %}, in {% data variables.product.prodname_vscode %}, or by using {% data variables.product.prodname_cli %}. {% data reusables.codespaces.codespaces-are-personal %} -Codespaces are associated with a specific branch of a repository and the repository cannot be empty. {% data reusables.codespaces.concurrent-codespace-limit %} For more information, see "[Deleting a codespace](/github/developing-online-with-codespaces/deleting-a-codespace)." +Codespaces are associated with a specific branch of a repository and the repository cannot be empty. {% data reusables.codespaces.concurrent-codespace-limit %} When you create a codespace, a number of steps happen to create and connect you to your development environment: diff --git a/data/reusables/codespaces/concurrent-codespace-limit.md b/data/reusables/codespaces/concurrent-codespace-limit.md index d75ca3a9e8..1a633d2877 100644 --- a/data/reusables/codespaces/concurrent-codespace-limit.md +++ b/data/reusables/codespaces/concurrent-codespace-limit.md @@ -1 +1 @@ -You can create more than one codespace per repository or even per branch. However, each personal account has a limit of 10 codespaces. If you've reached the limit and want to create a new codespace, you must delete a codespace first. +You can create more than one codespace per repository or even per branch.