mirror of
https://github.com/google/benchmark.git
synced 2025-03-31 06:30:35 +08:00
Refactor links which include "master" and change it to "main" (#1540)
* Refactor URL links: remove "master" * Replace "master" with "main"
This commit is contained in:
parent
6cf7725ea1
commit
84c71faa81
@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/google/benchmark/actions?query=workflow%3Apylint)
|
[](https://github.com/google/benchmark/actions?query=workflow%3Apylint)
|
||||||
[](https://github.com/google/benchmark/actions?query=workflow%3Atest-bindings)
|
[](https://github.com/google/benchmark/actions?query=workflow%3Atest-bindings)
|
||||||
|
|
||||||
[](https://travis-ci.org/google/benchmark)
|
[](https://travis-ci.org/google/benchmark)
|
||||||
[](https://coveralls.io/r/google/benchmark)
|
[](https://coveralls.io/r/google/benchmark)
|
||||||
|
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ To get started, see [Requirements](#requirements) and
|
|||||||
[Installation](#installation). See [Usage](#usage) for a full example and the
|
[Installation](#installation). See [Usage](#usage) for a full example and the
|
||||||
[User Guide](docs/user_guide.md) for a more comprehensive feature overview.
|
[User Guide](docs/user_guide.md) for a more comprehensive feature overview.
|
||||||
|
|
||||||
It may also help to read the [Google Test documentation](https://github.com/google/googletest/blob/master/docs/primer.md)
|
It may also help to read the [Google Test documentation](https://github.com/google/googletest/blob/main/docs/primer.md)
|
||||||
as some of the structural aspects of the APIs are similar.
|
as some of the structural aspects of the APIs are similar.
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
@ -163,7 +163,7 @@ bool IsColorTerminal() {
|
|||||||
#else
|
#else
|
||||||
// On non-Windows platforms, we rely on the TERM variable. This list of
|
// On non-Windows platforms, we rely on the TERM variable. This list of
|
||||||
// supported TERM values is copied from Google Test:
|
// supported TERM values is copied from Google Test:
|
||||||
// <https://github.com/google/googletest/blob/master/googletest/src/gtest.cc#L2925>.
|
// <https://github.com/google/googletest/blob/main/googletest/src/gtest.cc#L2925>.
|
||||||
const char* const SUPPORTED_TERM_VALUES[] = {
|
const char* const SUPPORTED_TERM_VALUES[] = {
|
||||||
"xterm", "xterm-color", "xterm-256color",
|
"xterm", "xterm-color", "xterm-256color",
|
||||||
"screen", "screen-256color", "tmux",
|
"screen", "screen-256color", "tmux",
|
||||||
|
Loading…
Reference in New Issue
Block a user