diff --git a/docs/manual.rst b/docs/manual.rst index 4b12bc31e..2bd6424ca 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -109,7 +109,7 @@ with an associated port. For documentation on these types, please refer to the `asio documentation`_. -.. _`asio documentation`: http://asio.sourceforge.net/asio-0.3.8/doc/asio/reference.html +.. _`asio documentation`: http://www.boost.org/doc/libs/1_66_0/doc/html/boost_asio.html exceptions ========== diff --git a/examples/bt-get.cpp b/examples/bt-get.cpp index 6609a5214..9eddf4924 100644 --- a/examples/bt-get.cpp +++ b/examples/bt-get.cpp @@ -41,7 +41,6 @@ POSSIBILITY OF SUCH DAMAGE. #include #include -namespace lt = libtorrent; int main(int argc, char const* argv[]) { if (argc != 2) { diff --git a/examples/bt-get2.cpp b/examples/bt-get2.cpp index 68a7fe5b1..a17075cb8 100644 --- a/examples/bt-get2.cpp +++ b/examples/bt-get2.cpp @@ -44,7 +44,6 @@ POSSIBILITY OF SUCH DAMAGE. #include #include -namespace lt = libtorrent; using clk = std::chrono::steady_clock; // return the name of a torrent status enum