Description
The readme intro starts with this paragraph:
The Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators. Using Rx, developers represent asynchronous data streams with Observables, query asynchronous data streams using LINQ operators, and parameterize the concurrency in the asynchronous data streams using Schedulers. Simply put, Rx = Observables + LINQ + Schedulers.
Two of the three links are to pages that have the notice, "We're no longer updating this content regularly." The doc path listed on each page is "Docs / Previous Versions / .NET / Reactive Extensions". Where should we confidently go to find up-to-date documentation on the current version of Reactive Extensions for .NET?