diff --git a/sites/dev/docs/tutorials/getting-started-codespaces/readme.mdx b/sites/dev/docs/tutorials/getting-started-codespaces/readme.mdx index fdb471e8273..7848b7f55cc 100644 --- a/sites/dev/docs/tutorials/getting-started-codespaces/readme.mdx +++ b/sites/dev/docs/tutorials/getting-started-codespaces/readme.mdx @@ -16,9 +16,6 @@ via a web browser. The files and computer programs are hosted on and run from a remote server run by GitHub. -[gh]: https://github.com -[ghcs]: https://github.com/features/codespaces - For FreeSewing, you can use Codespaces to edit our repository files to modify existing designs, add new files to create new designs, and run the FreeSewing lab website so you can test designs. @@ -55,7 +52,7 @@ The Codespaces app will open in the browser window. The Codespaces app is basically the [Visual Studio Code][vs] app with Codespaces and GitHub integration built in. -[vs]: https://code.visualstudio.com 'Wait 45 seconds or so for the Codespace app to clone the repository from +'Wait 45 seconds or so for the Codespace app to clone the repository from GitHub to the codespace repository and start.' ## Editing files @@ -234,8 +231,14 @@ To delete a codespace: and select "Delete". :::note RELATED + For more information, please see: - [GitHub Codebases documentation](https://docs.github.com/en/codespaces). - [About billing for GitHub Codespaces](https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces) - ::: + +::: + +[gh]: https://github.com +[ghcs]: https://github.com/features/codespaces +[vs]: https://code.visualstudio.com diff --git a/sites/dev/docs/tutorials/getting-started-vercel/readme.mdx b/sites/dev/docs/tutorials/getting-started-vercel/readme.mdx index 997c4853668..73cb76445a1 100644 --- a/sites/dev/docs/tutorials/getting-started-vercel/readme.mdx +++ b/sites/dev/docs/tutorials/getting-started-vercel/readme.mdx @@ -62,7 +62,7 @@ Free Hobby accounts are limited to 3 Projects per Git repository. Under each project there will be many, many deployments. -\_Deployments are simply builds, an instance of a website/app +_Deployments_ are simply builds, an instance of a website/app built from a specific commit version of a specific branch of the repository. These deployments can be accessed using a web browser to preview the web app or website.