From be82a2c6fffb44a44b8462715123ae8dfb029d95 Mon Sep 17 00:00:00 2001 From: Joe Doh Date: Sun, 28 Oct 2018 22:45:35 -0400 Subject: [PATCH] Added link for Part Two of article (#20039) * Added link for Part Two of article * Removed link. Edited subheading. * Removed link to GitHub's features/pricing page. * Change link/reference section to be consistent with what's originally in the stub. --- guide/english/working-in-tech/code-reviews/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/working-in-tech/code-reviews/index.md b/guide/english/working-in-tech/code-reviews/index.md index 9cd062ebfd1..ba8f56a059e 100644 --- a/guide/english/working-in-tech/code-reviews/index.md +++ b/guide/english/working-in-tech/code-reviews/index.md @@ -20,7 +20,7 @@ It is important to be humble throughout the code review process. Accept your mis and be professional when pointing out improvements or errors in the code of your fellow team members. -## Want to learn more? +#### More Information: -* [GitHub Documentation](https://github.com/features/code-review) : Learn how to write better code and document your changes with version control * [How to Do Code Reviews Like a Human (Part One)](https://mtlynch.io/human-code-reviews-1/) +* [How to Do Code Reviews Like a Human (Part Two)](https://mtlynch.io/human-code-reviews-2/)