realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

Fix broken links in Realm.Transaction doc #7590

Closed nathan-contino-mongo closed 2 years ago

nathan-contino-mongo commented 2 years ago

Seems to be a javadoc issue, not your fault.

Note that the links don't work in the description: https://docs.mongodb.com/realm-sdks/java/latest/io/realm/Realm.Transaction.html Because they try to relatively link... within Realm.Transaction, rather than resolving the containing class methods. Fix seems to be fully qualified links.