You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/upgrade.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -117,9 +117,9 @@ This driver version introduces the following breaking changes:
117
117
converts automatically to ``org.mongodb.scala.SingleObservable[Void]``. The
118
118
API also exposes ``org.mongodb.scala.Observable[Unit]`` instead of
119
119
``org.mongodb.scala.Observable[Void]``.
120
-
121
-
.. After the 5.0 Scala API docs are released, this line will be uncommented.
122
-
For more information, see the `Observable trait documentation <https://mongodb.github.io/mongo-java-driver/5.0/apidocs/mongo-scala-driver/org/mongodb/scala/Observable.html>`__.
120
+
121
+
For more information, see the `Observable trait in the Scala API documentation
0 commit comments