We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a278c commit 98f9e84Copy full SHA for 98f9e84
1 file changed
README.md
@@ -4,7 +4,7 @@ ASP.NET Core で UUIDv7 のタイムスタンプ部を [UUIDv47](https://github.
4
5
## 概要
6
7
-このライブラリは [UUIDv47Sharp](https://github.com/actbit/UUIDv47Sharp) (C#実装)を使用して、GUID を可逆的にマスク化します。
+このライブラリは [UUIDv47Sharp](https://github.com/taiseiue/UUIDv47Sharp) (C#実装)を使用して、GUID を可逆的にマスク化します。
8
9
### UUIDv47 とは
10
@@ -16,8 +16,8 @@ UUIDv47 は UUIDv7 のタイムスタンプ部を隠蔽するための可逆エ
16
17
### 実装
18
19
-- [uuidv47](https://github.com/actbit/uuidv47) - Go実装(オリジナル)
20
-- [UUIDv47Sharp](https://github.com/actbit/UUIDv47Sharp) - C#実装
+- [uuidv47](https://github.com/stateless-me/uuidv47) - Go実装(オリジナル)
+- [UUIDv47Sharp](https://github.com/taiseiue/UUIDv47Sharp) - C#実装
21
22
### なぜ UUIDv47 を使うのか
23
0 commit comments