summaryrefslogtreecommitdiffstats
path: root/googletest
diff options
context:
space:
mode:
authorRerEngineer <m.h1ch4m@gmail.com>2022-11-12 15:12:00 (GMT)
committerRerEngineer <m.h1ch4m@gmail.com>2022-11-12 15:12:00 (GMT)
commit9c990a7b1e9a1f888aaf16bd38eb52ba16827582 (patch)
treecf988c2f9467c3934e6028e9ae84b89eb0866d5b /googletest
parent912db742531bf82efb01194bc08140416e3b3467 (diff)
downloadgoogletest-9c990a7b1e9a1f888aaf16bd38eb52ba16827582.zip
googletest-9c990a7b1e9a1f888aaf16bd38eb52ba16827582.tar.gz
googletest-9c990a7b1e9a1f888aaf16bd38eb52ba16827582.tar.bz2
fixing gcc.gnu domain redirection
Diffstat (limited to 'googletest')
-rw-r--r--googletest/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/README.md b/googletest/README.md
index 3a82b1d..4e76520 100644
--- a/googletest/README.md
+++ b/googletest/README.md
@@ -186,7 +186,7 @@ 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
+<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.