From b43f8a032a77872b200899bc4cdd90b7bd329c48 Mon Sep 17 00:00:00 2001 From: UMU Date: Mon, 8 Jul 2024 22:42:54 +0800 Subject: [PATCH] Update toml-test URL in README (#230) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 629e777..fa8f08c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ - Header-only (optional!) - Supports the latest [TOML] release ([v1.0.0]), plus optional support for some unreleased TOML features -- Passes all tests in the [toml-test](https://github.com/BurntSushi/toml-test) suite +- Passes all tests in the [toml-test](https://github.com/toml-lang/toml-test) suite - Supports serializing to JSON and YAML - Proper UTF-8 handling (incl. BOM) - C++17 (plus some C++20 features where available, e.g. experimental support for [char8_t] strings)