Skip to content

Commit 42c6f57

Browse files
Merge pull request #4060 from RerEngineer:main
PiperOrigin-RevId: 488456139 Change-Id: I648f3d2c6affadfea27214a6a22cacc576971cef
2 parents 912db74 + 148ab82 commit 42c6f57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

googletest/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ to the compiler flags.
186186
Note: while the above steps aren't technically necessary today when using some
187187
compilers (e.g. GCC), they may become necessary in the future, if we decide to
188188
improve the speed of loading the library (see
189-
<http://gcc.gnu.org/wiki/Visibility> for details). Therefore you are recommended
190-
to always add the above flags when using GoogleTest as a shared library.
191-
Otherwise a future release of GoogleTest may break your build script.
189+
<https://gcc.gnu.org/wiki/Visibility> for details). Therefore you are
190+
recommended to always add the above flags when using GoogleTest as a shared
191+
library. Otherwise a future release of GoogleTest may break your build script.
192192

193193
### Avoiding Macro Name Clashes
194194

0 commit comments

Comments
 (0)