We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Searching for Throttle in Async at http://ocaml.org or on http://doc.sherlocode.com produces an entry for Async.Throttle with a dead link to the url:
Throttle
Async
Async.Throttle
https://ocaml.org/p/async/v0.16.0/doc/Async/Throttle/index.html
it should instead link to:
https://ocaml.org/p/async_kernel/v0.16.0/doc/Async_kernel/Throttle/index.html
because Throttle in Async is just a module alias to Throttle in Async_kernel.
Async_kernel
The text was updated successfully, but these errors were encountered:
Search urls links to the definition point and not the expansion
72bc8c4
Otherwise, we can end up with 404 links. See ocaml#1106. Signed-off-by: Paul-Elliot <[email protected]>
b817d4f
03625be
Otherwise, we can end up with 404 links. See #1106. Signed-off-by: Paul-Elliot <[email protected]>
Successfully merging a pull request may close this issue.
Searching for
Throttle
inAsync
at http://ocaml.org or on http://doc.sherlocode.com produces an entry forAsync.Throttle
with a dead link to the url:https://ocaml.org/p/async/v0.16.0/doc/Async/Throttle/index.html
it should instead link to:
https://ocaml.org/p/async_kernel/v0.16.0/doc/Async_kernel/Throttle/index.html
because
Throttle
inAsync
is just a module alias toThrottle
inAsync_kernel
.The text was updated successfully, but these errors were encountered: