File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ Abseil code is designed to work with targets built with the LeakSanitizer
5252(ASan) as an additional component, or which can be used standalone. Leak
5353checking is enabled by default in all ASan builds.
5454
55- For more information on the LeakSanitizer, see
56- https://github.com/google/sanitizers/wiki/AddressSanitizerLeakSanitizer
55+ For more information on the LeakSanitizer, see the
56+ [ Address Sanitizer docs ] ( https://github.com/google/sanitizers/wiki/AddressSanitizerLeakSanitizer )
5757
5858To enable LSan on your builds including Abseil code (using Bazel):
5959
@@ -99,7 +99,7 @@ The Base library's configuration header files consist of the following:
9999 optimization techniques.
100100* ` config.h ` <br />
101101 Provides macros for determining platform and compiler support.
102- For more information, consult the [ Feature Check Macros] ( feature_checks )
102+ For more information, consult the [ Feature Check Macros] ( /docs/cpp/platforms/ feature_checks)
103103 guide.
104104
105105Additionally, the Base library includes one utility header file:
You can’t perform that action at this time.
0 commit comments