From 2aca47241fe3195445b945cde7ac6d74a695267b Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Mon, 24 Aug 2020 12:47:16 -0400 Subject: [PATCH] Fix links close #200 --- test/array.cpp | 2 +- test/basic_parser.cpp | 4 ++-- test/object.cpp | 2 +- test/parser.cpp | 2 +- test/serializer.cpp | 2 +- test/string.cpp | 2 +- test/string_view.cpp | 2 +- test/value_builder.cpp | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/test/array.cpp b/test/array.cpp index f409cc5a..8e0a37e3 100644 --- a/test/array.cpp +++ b/test/array.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/vinniefalco/BeastLounge +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/basic_parser.cpp b/test/basic_parser.cpp index 3c73519d..c340fec9 100644 --- a/test/basic_parser.cpp +++ b/test/basic_parser.cpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/vinniefalco/json +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. @@ -782,7 +782,7 @@ public: } } - // https://github.com/vinniefalco/json/issues/13 + // https://github.com/cppalliance/json/issues/13 void testIssue13() { diff --git a/test/object.cpp b/test/object.cpp index acfba276..bc785646 100644 --- a/test/object.cpp +++ b/test/object.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/vinniefalco/BeastLounge +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/parser.cpp b/test/parser.cpp index 5e561e17..d1b423b2 100644 --- a/test/parser.cpp +++ b/test/parser.cpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/vinniefalco/BeastLounge +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/serializer.cpp b/test/serializer.cpp index 585c881b..d1f77211 100644 --- a/test/serializer.cpp +++ b/test/serializer.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/vinniefalco/BeastLounge +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/string.cpp b/test/string.cpp index 52ff2c21..826d8016 100644 --- a/test/string.cpp +++ b/test/string.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/vinniefalco/BeastLounge +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/string_view.cpp b/test/string_view.cpp index 45f97082..578d624e 100644 --- a/test/string_view.cpp +++ b/test/string_view.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/vinniefalco/BeastLounge +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained. diff --git a/test/value_builder.cpp b/test/value_builder.cpp index 28fcce02..392b88ed 100644 --- a/test/value_builder.cpp +++ b/test/value_builder.cpp @@ -4,7 +4,7 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -// Official repository: https://github.com/vinniefalco/BeastLounge +// Official repository: https://github.com/cppalliance/json // // Test that header file is self-contained.