File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
examples/src/test/scala/tour Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import org.mongodb.scala._
33
33
import tour .Helpers ._
34
34
35
35
/**
36
- * The GridFSTour code example see: https://mongodb.github.io/mongo-scala-driver/2.0/getting-started
36
+ * The GridFSTour code example
37
37
*/
38
38
object GridFSTour {
39
39
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import org.mongodb.scala.model._
29
29
import tour .Helpers ._
30
30
31
31
/**
32
- * The QuickTour code example see: https://mongodb.github.io/mongo-scala-driver/2.0/getting-started
32
+ * The QuickTour code example
33
33
*/
34
34
object QuickTour {
35
35
// scalastyle:off method.length
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import org.mongodb.scala.model.Sorts.ascending
26
26
import tour .Helpers ._
27
27
28
28
/**
29
- * The QuickTourAdmin code example see: https://mongodb.github.io/mongo-scala-driver/2.0/getting-started
29
+ * The QuickTourAdmin code example
30
30
*/
31
31
object QuickTourAdmin {
32
32
// scalastyle:off method.length
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import org.mongodb.scala.model.Updates._
24
24
import tour .Helpers ._
25
25
26
26
/**
27
- * The QuickTour code example see: https://mongodb.github.io/mongo-scala-driver/2.0/getting-started
27
+ * The QuickTour code example
28
28
*/
29
29
object QuickTourCaseClass {
30
30
// scalastyle:off method.length
You can’t perform that action at this time.
0 commit comments