From 1d985b9d6ec89838d37ab683db4c53806f522cd6 Mon Sep 17 00:00:00 2001 From: Anita-ihuman <62384659+Anita-ihuman@users.noreply.github.com> Date: Wed, 14 Oct 2020 14:21:16 -0700 Subject: [PATCH 1/5] Fixed broken link for Contributing doc I included the link to the contributing doc file --- content/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/README.md b/content/README.md index a493d1e2b082..864658fdda82 100644 --- a/content/README.md +++ b/content/README.md @@ -4,7 +4,7 @@ The `/content` directory is where all the site's (English) Markdown content live See the [markup reference guide](contributing/content-markup-reference.md) for more information about supported Markdown features. -See the [contributing docs](contributing) for general information about working with the docs. +See the [contributing docs](https://github.com/github/docs/blob/main/CONTRIBUTING.md) for general information about working with the docs. - [Frontmatter](#frontmatter) - [`versions`](#versions) From 2fbccbbe40350c6bad32453e06c6d69f4329e165 Mon Sep 17 00:00:00 2001 From: Anita-ihuman <62384659+Anita-ihuman@users.noreply.github.com> Date: Thu, 15 Oct 2020 02:36:44 -0700 Subject: [PATCH 2/5] Fixed broken link for markup reference guide Fixed the broken link in README.md for markup reference guide --- content/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/README.md b/content/README.md index 864658fdda82..c51219346986 100644 --- a/content/README.md +++ b/content/README.md @@ -2,7 +2,7 @@ The `/content` directory is where all the site's (English) Markdown content lives! -See the [markup reference guide](contributing/content-markup-reference.md) for more information about supported Markdown features. +See the [markup reference guide](https://docs.github.com/en/free-pro-team@latest/github/writing-on-github/basic-writing-and-formatting-syntax) for more information about supported Markdown features. See the [contributing docs](https://github.com/github/docs/blob/main/CONTRIBUTING.md) for general information about working with the docs. From 49a07f6fc0238b9e30bf28f63b968ffe066ae3b8 Mon Sep 17 00:00:00 2001 From: Anita-ihuman <62384659+Anita-ihuman@users.noreply.github.com> Date: Thu, 15 Oct 2020 02:40:39 -0700 Subject: [PATCH 3/5] Updated a link --- content/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/README.md b/content/README.md index c51219346986..0cec9ded221c 100644 --- a/content/README.md +++ b/content/README.md @@ -2,7 +2,7 @@ The `/content` directory is where all the site's (English) Markdown content lives! -See the [markup reference guide](https://docs.github.com/en/free-pro-team@latest/github/writing-on-github/basic-writing-and-formatting-syntax) for more information about supported Markdown features. +See the [markup reference guide](https://github.com/github/docs/blob/main/contributing/content-markup-reference.md) for more information about supported Markdown features. See the [contributing docs](https://github.com/github/docs/blob/main/CONTRIBUTING.md) for general information about working with the docs. From b5c31162df503846ca3a876a6f5cd384450f9e92 Mon Sep 17 00:00:00 2001 From: Anita-ihuman <62384659+Anita-ihuman@users.noreply.github.com> Date: Thu, 15 Oct 2020 16:03:35 -0700 Subject: [PATCH 4/5] Apply suggestions from code review Co-authored-by: Janice --- content/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/README.md b/content/README.md index 0cec9ded221c..68a98debb42b 100644 --- a/content/README.md +++ b/content/README.md @@ -4,7 +4,7 @@ The `/content` directory is where all the site's (English) Markdown content live See the [markup reference guide](https://github.com/github/docs/blob/main/contributing/content-markup-reference.md) for more information about supported Markdown features. -See the [contributing docs](https://github.com/github/docs/blob/main/CONTRIBUTING.md) for general information about working with the docs. +See the [contributing docs](/CONTRIBUTING.md) for general information about working with the docs. - [Frontmatter](#frontmatter) - [`versions`](#versions) From b1dd33dbb85f2b8305e16f31135f0b903a58c2e6 Mon Sep 17 00:00:00 2001 From: Anita-ihuman <62384659+Anita-ihuman@users.noreply.github.com> Date: Fri, 16 Oct 2020 02:11:44 -0700 Subject: [PATCH 5/5] Apply suggestions from code review oh! Thank you. Co-authored-by: Janice --- content/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/README.md b/content/README.md index 68a98debb42b..3479fcd11a74 100644 --- a/content/README.md +++ b/content/README.md @@ -2,7 +2,7 @@ The `/content` directory is where all the site's (English) Markdown content lives! -See the [markup reference guide](https://github.com/github/docs/blob/main/contributing/content-markup-reference.md) for more information about supported Markdown features. +See the [markup reference guide](/contributing/content-markup-reference.md) for more information about supported Markdown features. See the [contributing docs](/CONTRIBUTING.md) for general information about working with the docs.