diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e27f0d..6e4caf11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Version 92: * Fix typo in test/CMakeLists.txt * basic_fields::value_type is not copyable +* Update repository links in source comments -------------------------------------------------------------------------------- diff --git a/include/boost/beast/core/handler_ptr.hpp b/include/boost/beast/core/handler_ptr.hpp index 3dac968d..4caaa9f8 100644 --- a/include/boost/beast/core/handler_ptr.hpp +++ b/include/boost/beast/core/handler_ptr.hpp @@ -61,7 +61,7 @@ class handler_ptr // without exposing ourselves to race conditions // and all sorts of ugliness. // See: - // https://github.com/vinniefalco/Beast/issues/215 + // https://github.com/boostorg/beast/issues/215 Handler handler; template diff --git a/include/boost/beast/zlib/detail/deflate_stream.hpp b/include/boost/beast/zlib/detail/deflate_stream.hpp index 794aeb95..ed53c93a 100644 --- a/include/boost/beast/zlib/detail/deflate_stream.hpp +++ b/include/boost/beast/zlib/detail/deflate_stream.hpp @@ -1021,7 +1021,7 @@ doParams(z_params& zs, int level, Strategy strategy, error_code& ec) // VFALCO boost::optional param is a workaround for // gcc "maybe uninitialized" warning -// https://github.com/vinniefalco/Beast/issues/532 +// https://github.com/boostorg/beast/issues/532 // template void diff --git a/test/beast/core/handler_alloc.cpp b/test/beast/core/handler_alloc.cpp index 8b29c975..52d063f5 100644 --- a/test/beast/core/handler_alloc.cpp +++ b/test/beast/core/handler_alloc.cpp @@ -28,7 +28,7 @@ public: } }; - // https://github.com/vinniefalco/Beast/issues/432 + // https://github.com/boostorg/beast/issues/432 void testRegression432() { diff --git a/test/beast/http/basic_parser.cpp b/test/beast/http/basic_parser.cpp index f8288c03..0076d958 100644 --- a/test/beast/http/basic_parser.cpp +++ b/test/beast/http/basic_parser.cpp @@ -1056,7 +1056,7 @@ public: //-------------------------------------------------------------------------- - // https://github.com/vinniefalco/Beast/issues/430 + // https://github.com/boostorg/beast/issues/430 void testIssue430() { @@ -1069,7 +1069,7 @@ public: "0\r\n\r\n"); } - // https://github.com/vinniefalco/Beast/issues/452 + // https://github.com/boostorg/beast/issues/452 void testIssue452() { @@ -1087,7 +1087,7 @@ public: BEAST_EXPECT(p.is_done()); } - // https://github.com/vinniefalco/Beast/issues/496 + // https://github.com/boostorg/beast/issues/496 void testIssue496() { diff --git a/test/beast/http/read.cpp b/test/beast/http/read.cpp index 630d460a..245efb94 100644 --- a/test/beast/http/read.cpp +++ b/test/beast/http/read.cpp @@ -366,7 +366,7 @@ public: } } - // https://github.com/vinniefalco/Beast/issues/430 + // https://github.com/boostorg/beast/issues/430 void testRegression430() { diff --git a/test/beast/websocket/stream.cpp b/test/beast/websocket/stream.cpp index c429ee8b..cdcf786d 100644 --- a/test/beast/websocket/stream.cpp +++ b/test/beast/websocket/stream.cpp @@ -1534,7 +1534,7 @@ public: #endif /* - https://github.com/vinniefalco/Beast/issues/300 + https://github.com/boostorg/beast/issues/300 Write a message as two individual frames */