-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
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
[documentation] 404s in internal documentation links #11089
Labels
docs
This issue is due to a mistake or omission in the mongoosejs.com documentation
Comments
IslandRhythms
added
the
docs
This issue is due to a mistake or omission in the mongoosejs.com documentation
label
Dec 14, 2021
can i work on this issue? |
@khairnarsaurabh23 of course, feel free to put in a PR. There's no need to ask. |
I've made respective changes, but before PR how can I test those changes? I tried to find it but couldn't. |
@khairnarsaurabh23 |
Should be fixed by #11179 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug
What is the current behavior?
When visiting the documentation under https://mongoosejs.com/docs/api.html#mongoose_Mongoose-Document (via first Google hit to api.html and then clicking on the
Mongoose.prototype.Document()
link), a click on theDocument
link there leads to https://mongoosejs.com/api/document.html which returns a 404 when it should probably link to https://mongoosejs.com/docs/api.html#Document .If the current behavior is a bug, please provide the steps to reproduce.
Stated above.
What is the expected behavior?
It should probably link to https://mongoosejs.com/docs/api.html#Document .
What are the versions of Node.js, Mongoose and MongoDB you are using? Note that "latest" is not a version.
There is no version number in the docs, but the docs are referring to mongoose 6.1.1
The text was updated successfully, but these errors were encountered: