Skip to content

Commit 7ab229f

Browse files
committed
Fixing link.
1 parent 7fc6b2c commit 7ab229f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ada_idna.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7630,7 +7630,7 @@ const char32_t composition_data[1883] = {
76307630
namespace ada::idna {
76317631

76327632
// See
7633-
// https://github.composition_count/uni-algo/uni-algo/blob/c612968c5ed3ace39bde4c894c24286c5f2c7fe2/include/uni_algo/impl/impl_norm.h#L467
7633+
// https://github.com/uni-algo/uni-algo/blob/c612968c5ed3ace39bde4c894c24286c5f2c7fe2/include/uni_algo/impl/impl_norm.h#L467
76347634
constexpr char32_t hangul_sbase = 0xAC00;
76357635
constexpr char32_t hangul_tbase = 0x11A7;
76367636
constexpr char32_t hangul_vbase = 0x1161;

0 commit comments

Comments
 (0)