mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +08:00
doc: fix link in README
This commit is contained in:
@@ -81,7 +81,7 @@ For more details, please refer to the [documentation](https://toruniina.github.i
|
|||||||
- [comments](#comments)
|
- [comments](#comments)
|
||||||
- [error messages](#error-messages)
|
- [error messages](#error-messages)
|
||||||
- [serialization](#serialization)
|
- [serialization](#serialization)
|
||||||
- [Breaking Changes from v3](breaking-changes-from-v3)
|
- [Breaking Changes from v3](#changes-from-v3)
|
||||||
- [Contributors](#contributors)
|
- [Contributors](#contributors)
|
||||||
- [Licensing Terms](#licensing-terms)
|
- [Licensing Terms](#licensing-terms)
|
||||||
|
|
||||||
@@ -332,7 +332,7 @@ For details on possible formatting specifications, please refer to the [document
|
|||||||
|
|
||||||
### configuring types
|
### configuring types
|
||||||
|
|
||||||
The examples directory provides usage examples, such as using
|
[The examples directory](https://github.com/ToruNiina/toml11/tree/main/examples) provides usage examples, such as using
|
||||||
arbitrary-precision integers, normalizing Unicode, and integrating with an external reflection library.
|
arbitrary-precision integers, normalizing Unicode, and integrating with an external reflection library.
|
||||||
|
|
||||||
Please refer to these examples for implementation guidance in such scenarios.
|
Please refer to these examples for implementation guidance in such scenarios.
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ int main()
|
|||||||
- [comments](#comments)
|
- [comments](#comments)
|
||||||
- [error messages](#error-messages)
|
- [error messages](#error-messages)
|
||||||
- [serialization](#serialization)
|
- [serialization](#serialization)
|
||||||
- [Breaking Changes from v3](breaking-changes-from-v3)
|
- [Breaking Changes from v3](#changes-from-v3)
|
||||||
- [Contributors](#contributors)
|
- [Contributors](#contributors)
|
||||||
- [Licensing Terms](#licensing-terms)
|
- [Licensing Terms](#licensing-terms)
|
||||||
|
|
||||||
@@ -331,7 +331,7 @@ std::cout << toml::format(input) << std::endl;
|
|||||||
|
|
||||||
### configuring types
|
### configuring types
|
||||||
|
|
||||||
`examples`ディレクトリには、多倍長整数を使用する場合やユニコードを正規化する場合、
|
[`examples`ディレクトリ](https://github.com/ToruNiina/toml11/tree/main/examples)には、多倍長整数を使用する場合やユニコードを正規化する場合、
|
||||||
外部のリフレクションライブラリと連携する場合などの複雑な使用例を用意しています。
|
外部のリフレクションライブラリと連携する場合などの複雑な使用例を用意しています。
|
||||||
|
|
||||||
そのような状況での実装例として参照してください。
|
そのような状況での実装例として参照してください。
|
||||||
|
|||||||
Reference in New Issue
Block a user