[JAVA-3820] Java docs apiref link leads to wrong url -> 404 page Created: 29/Jul/20 Updated: 24/Sep/20 Resolved: 24/Sep/20 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Documentation |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Christopher Cho | Assignee: | Ross Lawley |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
DescriptionNot 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 changesImpact to Other DocsMVP (Work and Date)Resources (Scope or Design Docs, Invision, etc.) |
| Comments |
| Comment by Githook User [ 24/Sep/20 ] |
|
Author: {'name': 'Ross Lawley', 'email': 'ross.lawley@gmail.com', 'username': 'rozza'}Message: Fix MongoClient api docs link
|
| Comment by Githook User [ 24/Sep/20 ] |
|
Author: {'name': 'Ross Lawley', 'email': 'ross.lawley@gmail.com', 'username': 'rozza'}Message: Fix MongoClient api docs link
|
| Comment by Githook User [ 24/Sep/20 ] |
|
Author: {'name': 'Ross Lawley', 'email': 'ross.lawley@gmail.com', 'username': 'rozza'}Message: Fix MongoClient api docs link
|
| Comment by Jeffrey Yemin [ 29/Jul/20 ] |
|
No, I was not aware. Yes, it's fixable. |