fix hyperlink failure for author

This commit is contained in:
KeZhang 2020-12-01 10:30:37 +08:00
parent 9caf675ed1
commit ca0fdbaddc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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