Skip to content

Commit 8df0ea6

Browse files
committed
QuickTour javadoc updates
1 parent e23b305 commit 8df0ea6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/src/test/scala/tour/GridFSTour.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import org.mongodb.scala._
3333
import tour.Helpers._
3434

3535
/**
36-
* The GridFSTour code example see: https://mongodb.github.io/mongo-scala-driver/2.0/getting-started
36+
* The GridFSTour code example
3737
*/
3838
object GridFSTour {
3939

examples/src/test/scala/tour/QuickTour.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import org.mongodb.scala.model._
2929
import tour.Helpers._
3030

3131
/**
32-
* The QuickTour code example see: https://mongodb.github.io/mongo-scala-driver/2.0/getting-started
32+
* The QuickTour code example
3333
*/
3434
object QuickTour {
3535
//scalastyle:off method.length

examples/src/test/scala/tour/QuickTourAdmin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import org.mongodb.scala.model.Sorts.ascending
2626
import tour.Helpers._
2727

2828
/**
29-
* The QuickTourAdmin code example see: https://mongodb.github.io/mongo-scala-driver/2.0/getting-started
29+
* The QuickTourAdmin code example
3030
*/
3131
object QuickTourAdmin {
3232
//scalastyle:off method.length

examples/src/test/scala/tour/QuickTourCaseClass.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import org.mongodb.scala.model.Updates._
2424
import tour.Helpers._
2525

2626
/**
27-
* The QuickTour code example see: https://mongodb.github.io/mongo-scala-driver/2.0/getting-started
27+
* The QuickTour code example
2828
*/
2929
object QuickTourCaseClass {
3030
//scalastyle:off method.length

0 commit comments

Comments
 (0)