summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2022-04-06 14:38:58 (GMT)
committerCopybara-Service <copybara-worker@google.com>2022-04-06 14:39:26 (GMT)
commit5f467ec04df33024e3c6760fa403b5cd5d8e9ace (patch)
tree00d07546f5ab2aba2ae48a011dc28665b01154ea
parentc9044ba3dd1cb43dff0bb3c03e588f76e5ceccf6 (diff)
downloadgoogletest-5f467ec04df33024e3c6760fa403b5cd5d8e9ace.zip
googletest-5f467ec04df33024e3c6760fa403b5cd5d8e9ace.tar.gz
googletest-5f467ec04df33024e3c6760fa403b5cd5d8e9ace.tar.bz2
Clarify what live-at-head actually means
PiperOrigin-RevId: 439835271 Change-Id: I40765e607a96dfc3f0679450938daf25163c48a4
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 29e5a4e..f33b9a9 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,8 @@
GoogleTest now follows the
[Abseil Live at Head philosophy](https://abseil.io/about/philosophy#upgrade-support).
-We recommend using the latest commit in the `main` branch in your projects.
+We recommend
+[updating to the latest commit in the `main` branch as often as possible](https://github.com/abseil/abseil-cpp/blob/master/FAQ.md#what-is-live-at-head-and-how-do-i-do-it).
#### Documentation Updates