From 5d768e596baf9c40e1dad48e7eec3771e7ec7cb7 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Tue, 22 Mar 2022 11:50:31 +0000 Subject: [PATCH 1/2] Update README.md --- contributing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/README.md b/contributing/README.md index 6bc7c8e701..9e4129f65a 100644 --- a/contributing/README.md +++ b/contributing/README.md @@ -5,7 +5,7 @@ Check out our [contributing guide](../CONTRIBUTING.md) to see all the ways you c Here, you'll find additional information that might be helpful as you work on a pull request in this repo. - [development](./development.md) - steps for getting this app running on your local machine -- [codespace](./codespaces.md) - use GitHub Codespaces to work on documentation markdown files +- [codespace](./codespace.md) - use GitHub Codespaces to work on documentation markdown files - [content markup reference](./content-markup-reference.md) - how to use markup and features specific to the GitHub Docs site - [content style guide](./content-style-guide.md) - style guidance specific to GitHub Docs content and additional resources for writing clear, helpful content - [content model](./content-model.md) - the content types that make up GitHub Docs and how to write them From a37127f4b0bf942f1759d08f5435b843e19ee45a Mon Sep 17 00:00:00 2001 From: hubwriter Date: Tue, 22 Mar 2022 11:51:09 +0000 Subject: [PATCH 2/2] Update codespace.md --- contributing/codespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/codespace.md b/contributing/codespace.md index 91bed054d0..f2076c4bb3 100644 --- a/contributing/codespace.md +++ b/contributing/codespace.md @@ -6,7 +6,7 @@ This document describes how to use GitHub Codespaces for working on articles for GitHub Codespaces allows you to work in a development environment that's hosted remotely from your machine. You can get started very quickly, with no need to set up the working environment, and without having to download files to your local computer. -GitHub Codespaces is currently only available if you are a member of an organization using GitHub Team or GitHub Enterprise Cloud. +**Note**: GitHub Codespaces is currently only available if you are a member of an organization using GitHub Team or GitHub Enterprise Cloud. For more information, see "[GitHub Codespaces overview](https://docs.github.com/en/codespaces/overview)."