-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Documentation
-
None
Description
Not certain whether other API links are broken at the moment, but I noticed that at least one link generated with "apiref" is leading to a 404 page because it redirects to "mongodb-driver-core" as part of the expansion rather than "mongodb-driver-sync".
E.g.
On http://mongodb.github.io/mongo-java-driver/4.0/driver/tutorials/authentication/
the "MongoClient" API docs link goes to:
While the actual documentation is located at:
I checked another instance of apiref in the docs, and it correctly expanded to "mongodb-driver-sync".
E.g.
On http://mongodb.github.io/mongo-java-driver/4.0/driver/tutorials/perform-read-operations/
the "find()" API docs link correctly goes to
jeff.yemin have you seen this and do you know how to resolve it?
Scope of changes
Impact to Other Docs
MVP (Work and Date)
Resources (Scope or Design Docs, Invision, etc.)
- related to
-
JAVA-3844 Run a link checker over the driver docs
- Closed