ned14 / outcome

Provides very lightweight outcome<T> and result<T> (non-Boost edition)
https://ned14.github.io/outcome
Other
676 stars 62 forks source link

Broken link to tutorial section from Motivation page on boost.org docs #194

Closed cstratopoulos closed 5 years ago

cstratopoulos commented 5 years ago

Hello

Noticed a minor issue while perusing the boost.org version of outcome docs. On the motivation page, the link to the tutorial page is a 404: https://www.boost.org/doc/libs/1_70_0/libs/outcome/doc/html/motivation.html same holds for develop rather than 1_70_0.

The corresponding link seems fine on the github.io version of the docs though.