chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.81k stars 1.2k forks source link

Remove broken links to echo examples under C++14 #1301

Open slowriot opened 1 year ago

slowriot commented 1 year ago

The documentation includes links to echo examples under the C++14 section, but these examples don't exist (and appear to have just been duplicated from the C++11 section).

Broken links can be seen in the live documentation: https://www.boost.org/doc/libs/1_82_0/doc/html/boost_asio/examples/cpp14_examples.html / https://www.boost.org/doc/libs/1_82_0/doc/html/boost_asio/example/cpp14/echo/async_tcp_echo_server.cpp etc.