summaryrefslogtreecommitdiffstats
path: root/googletest
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2022-11-14 21:40:08 (GMT)
committerCopybara-Service <copybara-worker@google.com>2022-11-14 21:40:08 (GMT)
commit42c6f57f3ca08b86f4aa0fbdb705f12c6d9c3066 (patch)
tree58082cf89c8cbffc3ae3c6a670e0eff442b27594 /googletest
parent912db742531bf82efb01194bc08140416e3b3467 (diff)
parent148ab827cacc7a879832f40313bda87a65b1e8a3 (diff)
downloadgoogletest-42c6f57f3ca08b86f4aa0fbdb705f12c6d9c3066.zip
googletest-42c6f57f3ca08b86f4aa0fbdb705f12c6d9c3066.tar.gz
googletest-42c6f57f3ca08b86f4aa0fbdb705f12c6d9c3066.tar.bz2
Merge pull request #4060 from RerEngineer:main
PiperOrigin-RevId: 488456139 Change-Id: I648f3d2c6affadfea27214a6a22cacc576971cef
Diffstat (limited to 'googletest')
-rw-r--r--googletest/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/googletest/README.md b/googletest/README.md
index 3a82b1d..9bdbcec 100644
--- a/googletest/README.md
+++ b/googletest/README.md
@@ -186,9 +186,9 @@ to the compiler flags.
Note: while the above steps aren't technically necessary today when using some
compilers (e.g. GCC), they may become necessary in the future, if we decide to
improve the speed of loading the library (see
-<http://gcc.gnu.org/wiki/Visibility> for details). Therefore you are recommended
-to always add the above flags when using GoogleTest as a shared library.
-Otherwise a future release of GoogleTest may break your build script.
+<https://gcc.gnu.org/wiki/Visibility> for details). Therefore you are
+recommended to always add the above flags when using GoogleTest as a shared
+library. Otherwise a future release of GoogleTest may break your build script.
### Avoiding Macro Name Clashes