[JAVA-1860] Analytics breaks links to API documentation Created: 11/Jun/15 Updated: 03/Sep/15 Resolved: 12/Jun/15 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Documentation |
| Affects Version/s: | None |
| Fix Version/s: | 3.0.3, 3.1.0 |
| Type: | Improvement | Priority: | Minor - P4 |
| Reporter: | Ben McCann | Assignee: | Ross Lawley |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
The page http://mongodb.github.io/mongo-java-driver/3.0/bson/codecs/ has broken links to the API documentation. E.g. it links to: When is should link to: I haven't checked the rest of the documentation, but this may be a problem thoughout |
| Comments |
| Comment by Ross Lawley [ 12/Jun/15 ] |
|
The analytics beacon no longer tracks across the domains, fixing the issue. |
| Comment by Ross Lawley [ 11/Jun/15 ] |
|
Thanks for the ticket - seems the analytics beacon is causing the issue. http://api.mongodb.org/java/3.0/?org/bson/codecs/configuration/CodecRegistry.html is valid but the doc sites js is adding a beacon and the javadoc is failing to handle extra query params. |
| Comment by Jeffrey Yemin [ 11/Jun/15 ] |
|
The actual link that appears in the docs is: which doesn't resolve as we want it to. |