Skip to content

Commit cd24fc7

Browse files
feat: 関連項目のリンク先をわかりやすくする
1 parent bef90dc commit cd24fc7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

reference/cmath/abs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ namespace std {
101101
102102
103103
## 関連項目
104-
- [`abs`](/reference/cstdlib/abs.md)
104+
- [`abs - <cstdlib>`](/reference/cstdlib/abs.md)
105105
- [`fabs`](/reference/cmath/fabs.md)
106106
107107

reference/cmath/fabs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ namespace std {
133133
134134
135135
## 関連項目
136-
- [`abs`](/reference/cmath/abs.md)
137-
- [`abs`](/reference/cstdlib/abs.md)
136+
- [`abs - <cmath>`](/reference/cmath/abs.md)
137+
- [`abs - <cstdlib>`](/reference/cstdlib/abs.md)
138138
139139
140140
## 参照

reference/cstdlib/abs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ int main()
9696

9797

9898
## 関連項目
99-
- [`abs`](/reference/cmath/abs.md)
99+
- [`abs - <cmath>`](/reference/cmath/abs.md)
100100
- [`fabs`](/reference/cmath/fabs.md)
101101

102102

0 commit comments

Comments
 (0)