From 54bb649410395fc0ed4fdb30b35810cfbf5de282 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 3 May 2021 11:15:35 +0200 Subject: [PATCH] doc: use `HEAD` instead of `master` for links --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- BUILDING.md | 4 ++-- GOVERNANCE.md | 2 +- README.md | 8 ++++---- SECURITY.md | 2 +- benchmark/_http-benchmarkers.js | 2 +- doc/node.1 | 4 ++-- glossary.md | 2 +- lib/internal/crypto/util.js | 2 +- lib/internal/freeze_intrinsics.js | 4 ++-- lib/internal/util/inspect.js | 2 +- lib/internal/util/iterable_weak_map.js | 2 +- src/node_version.h | 2 +- test/cctest/gtest/gtest-all.cc | 4 ++-- test/common/wpt.js | 2 +- tools/bootstrap/windows_boxstarter | 6 +++--- tools/doc/versions.js | 2 +- tools/inspector_protocol/lib/encoding_cpp.template | 2 +- tools/license-builder.sh | 2 +- vcbuild.bat | 2 +- 20 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 56632fda4c67eb..f99a8abb394d14 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,9 @@