Skip to content

Commit 83032f4

Browse files
authored
Remove superfluous ./ link prefix in alloc-dealloc-mismatch ASan error reference
1 parent a37c8c2 commit 83032f4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/sanitizers/error-alloc-dealloc-mismatch.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ devenv /debugexe example1.exe 2
5454

5555
## See also
5656

57-
[AddressSanitizer overview](./asan.md)\
58-
[AddressSanitizer known issues](./asan-known-issues.md)\
59-
[AddressSanitizer build and language reference](./asan-building.md)\
60-
[AddressSanitizer runtime reference](./asan-runtime.md)\
61-
[AddressSanitizer shadow bytes](./asan-shadow-bytes.md)\
62-
[AddressSanitizer cloud or distributed testing](./asan-offline-crash-dumps.md)\
63-
[AddressSanitizer debugger integration](./asan-debugger-integration.md)\
64-
[AddressSanitizer error examples](./asan-error-examples.md)
57+
[AddressSanitizer overview](asan.md)\
58+
[AddressSanitizer known issues](asan-known-issues.md)\
59+
[AddressSanitizer build and language reference](asan-building.md)\
60+
[AddressSanitizer runtime reference](asan-runtime.md)\
61+
[AddressSanitizer shadow bytes](asan-shadow-bytes.md)\
62+
[AddressSanitizer cloud or distributed testing](asan-offline-crash-dumps.md)\
63+
[AddressSanitizer debugger integration](asan-debugger-integration.md)\
64+
[AddressSanitizer error examples](asan-error-examples.md)

0 commit comments

Comments
 (0)