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
Links in the "Common API Methods" section on the docs webpage is broken. E.g. the RequestOptions link under undici.request
RequestOptions
undici.request
Open https://undici.nodejs.org/#/?id=undicirequesturl-options-promise in the browser. Click on RequestOptions You are directed to https://undici.nodejs.org/#/docs/docs/api/Dispatcher?id=parameter-requestoptions which is a 404 page Notice the extra "/docs" in the URL
The link should have taken me to https://undici.nodejs.org/#/docs/api/Dispatcher?id=parameter-requestoptions
The text was updated successfully, but these errors were encountered:
Thanks for reporting! Would you like to send a Pull Request to address this issue?
Sorry, something went wrong.
Sure =)
No branches or pull requests
Bug Description
Links in the "Common API Methods" section on the docs webpage is broken.
E.g. the
RequestOptions
link underundici.request
Reproducible By
Open https://undici.nodejs.org/#/?id=undicirequesturl-options-promise in the browser.
Click on
RequestOptions
You are directed to https://undici.nodejs.org/#/docs/docs/api/Dispatcher?id=parameter-requestoptions which is a 404 page
Notice the extra "/docs" in the URL
Expected Behavior
The link should have taken me to https://undici.nodejs.org/#/docs/api/Dispatcher?id=parameter-requestoptions
The text was updated successfully, but these errors were encountered: