Skip to content

Commit fc2a1cd

Browse files
authored
Remove superfluous ./ link prefix
1 parent 36d1e47 commit fc2a1cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/code-quality/c26439.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ struct S
6363

6464
## See also
6565

66-
[C26455](./c26455.md)\
66+
[C26455](c26455.md)\
6767
[F.6: If your function must not throw, declare it `noexcept`](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#f6-if-your-function-must-not-throw-declare-it-noexcept)

docs/code-quality/c26498.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ void foo()
5858

5959
## See also
6060

61-
[C26497](./c26407.md)\
62-
[C26814](./c26814.md)\
61+
[C26497](c26407.md)\
62+
[C26814](c26814.md)\
6363
[Con.5: Use `constexpr` for values that can be computed at compile time](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#con5-use-constexpr-for-values-that-can-be-computed-at-compile-time)

0 commit comments

Comments
 (0)