From ca0fdbaddc36bdfe45327f2291806216131ccd18 Mon Sep 17 00:00:00 2001 From: KeZhang Date: Tue, 1 Dec 2020 10:30:37 +0800 Subject: [PATCH] fix hyperlink failure for author --- CHANGELOG/CHANGELOG-1.19.md | 2 +- CHANGELOG/CHANGELOG-1.20.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG/CHANGELOG-1.19.md b/CHANGELOG/CHANGELOG-1.19.md index 1099f96a43e..fdc12c5b96e 100644 --- a/CHANGELOG/CHANGELOG-1.19.md +++ b/CHANGELOG/CHANGELOG-1.19.md @@ -621,7 +621,7 @@ filename | sha512 hash - bazel: output go_binary rule directly from go_binary_conditional_pure - From: @mikedanese: + From: [@mikedanese](https://github.com/mikedanese): Instead of aliasing. Aliases are annoying in a number of ways. This is specifically bugging me now because they make the action graph harder to analyze programmatically. By using aliases here, we would need to handle diff --git a/CHANGELOG/CHANGELOG-1.20.md b/CHANGELOG/CHANGELOG-1.20.md index 04ceccc3ac3..a9d4d817b9c 100644 --- a/CHANGELOG/CHANGELOG-1.20.md +++ b/CHANGELOG/CHANGELOG-1.20.md @@ -2124,7 +2124,7 @@ filename | sha512 hash - bazel: output go_binary rule directly from go_binary_conditional_pure - From: @mikedanese: + From: [@mikedanese](https://github.com/mikedanese): Instead of aliasing. Aliases are annoying in a number of ways. This is specifically bugging me now because they make the action graph harder to analyze programmatically. By using aliases here, we would need to handle