Skip to content

Commit 836d3a7

Browse files
committed
fix: link to *.md, not *.html
1 parent b460e7d commit 836d3a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/cpp23/relaxing_some_constexpr_restrictions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ void f(std::optional<T>& opt)
107107

108108
## 関連項目
109109

110-
- [C++20 - constexpr関数内でのtry-catchブロックを許可](/lang/cpp20/try-catch_blocks_in_constexpr_functions.html)
111-
- [C++20 - constexpr関数内で未評価のインラインアセンブリを許可することによる組み込み関数のconstexpr有効化](/lang/cpp20/enabling_constexpr_intrinsics_by_permitting_unevaluated_inline-assembly_in_constexpr_functions.html)
110+
- [C++20 - constexpr関数内でのtry-catchブロックを許可](/lang/cpp20/try-catch_blocks_in_constexpr_functions.md)
111+
- [C++20 - constexpr関数内で未評価のインラインアセンブリを許可することによる組み込み関数のconstexpr有効化](/lang/cpp20/enabling_constexpr_intrinsics_by_permitting_unevaluated_inline-assembly_in_constexpr_functions.md)
112112

113113
## 参照
114114

0 commit comments

Comments
 (0)