-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 2.21.2
-
Component/s: Docs
-
None
-
Ruby Drivers
-
None
-
None
-
None
-
None
-
None
-
None
The OperationFailure API docs are currently pointing to an invalid page, because the code comment is being misinterpreted as a link.
The code in question: https://github.com/mongodb/mongo-ruby-driver/blob/master/lib/mongo/error/operation_failure.rb#L148-L151
The generated API docs: https://www.mongodb.com/docs/ruby-driver/current/api/Mongo/Error/OperationFailure/Family.html#details-instance_method
We should do a quick check to make sure this isn't happening elsewhere, as well.