From fc01de736f8c8b689d011415c3699fc6f8079866 Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Mon, 10 Feb 2020 12:40:56 +0100 Subject: [PATCH] Fix hyperlinks in README.md fix #1844, close #1845 --- CHANGELOG.md | 1 + README.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92c412d7..49434e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Version 286: * Fix missing include in sha1.hpp * Fix ostream warning * Field digest is endian-independent +* update broken links in README API Changes: diff --git a/README.md b/README.md index aa7092bd..cf114e78 100644 --- a/README.md +++ b/README.md @@ -263,12 +263,12 @@ Here are some resources to learn more about code reviews: * Top 10 Pull Request Review Mistakes -* Best Kept Secrets of Peer Code Review (pdf) -* 11 Best Practices for Peer Code Review (pdf) +* Best Kept Secrets of Peer Code Review (pdf) +* 11 Best Practices for Peer Code Review (pdf) * Code Review Checklist – To Perform Effective Code Reviews * Code review guidelines * C++ Core Guidelines -* C++ Coding Standards (Sutter & Andrescu) +* C++ Coding Standards (Sutter & Andrescu) Beast thrives on code reviews and any sort of feedback from users and stakeholders about its interfaces. Even if you just have questions,