chriskohlhoff / asio

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

Documentation Dead Links #1134

Open AlexOConnorHub opened 1 year ago

AlexOConnorHub commented 1 year ago

While looking at the documentation examples for the "echo" client and servers, specifically cpp11 and cpp14, I found that both of these directories claimed to have links to the echo servers, while in reality, only cpp11 has these examples. Looking in asio/src/examples/cpp14, the echo examples do exist, indicating they simply are not on the boost.org/docs server linked above (The files do exist in the cpp11 folder in this repo as well).

AlexOConnorHub commented 1 year ago

Something of note that may or not be related, as I don't know the workflow for getting the documentation up on the boost.org site, in boostorg/asio repository's examples/cpp14 does not contain like the "echo" directory like this repo does. I also just noticed that boostorg/asio's defualt branch is develop, while this repository's is master. I don't know if that may also be related. When I try to make an issue on the boostorg/asio repo, it says to make it here though, as this is its upstream 🤷🏻‍♂️.