From b8611a384a6e576968d5cbb3cdd0d0e23a8d105e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 4 Dec 2018 13:55:28 -0800 Subject: [PATCH] doc: use author's titles for linked resources Update Collaborator Guide links to use the title of the item being linked. PR-URL: https://github.com/nodejs/node/pull/24837 Reviewed-By: Vse Mozhet Byt Reviewed-By: Colin Ihrig Reviewed-By: Yuta Hiroto Reviewed-By: Jeremiah Senkpiel --- COLLABORATOR_GUIDE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 742ed846ea199c..d270903c2eadc3 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -141,8 +141,9 @@ the TSC meeting agenda. #### Helpful resources -* How to respectfully and usefully review code, part [one](https://mtlynch.io/human-code-reviews-1/) and [two](https://mtlynch.io/human-code-reviews-2/) -* [How to write a positive code review](https://css-tricks.com/code-review-etiquette/) +* [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/) +* [Code Review Etiquette](https://css-tricks.com/code-review-etiquette/) ### Waiting for Approvals