Skip to content

Commit 15c916d

Browse files
committed
Fix Base anchor links
1 parent b4db8fe commit 15c916d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cpp/guides/base.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
5353
checking 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

5858
To 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

105105
Additionally, the Base library includes one utility header file:

0 commit comments

Comments
 (0)