Skip to content

Commit 3321d3c

Browse files
committed
Docs: Remove links in tour example code
JAVA-3134
1 parent b73f9e1 commit 3321d3c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

driver-async/src/examples/tour/PojoQuickTour.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
import static org.bson.codecs.configuration.CodecRegistries.fromRegistries;
4141

4242
/**
43-
* The POJO QuickTour code example see: https://mongodb.github.io/mongo-java-driver/3.5/getting-started-pojo
43+
* The POJO QuickTour code example
4444
*/
4545
public class PojoQuickTour {
4646
/**

driver-async/src/examples/tour/QuickTour.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
import static java.util.Collections.singletonList;
5757

5858
/**
59-
* The QuickTour code example see: https://mongodb.github.io/mongo-java-driver/3.0/getting-started
59+
* The QuickTour code example
6060
*/
6161
public class QuickTour {
6262
/**

driver-async/src/examples/tour/QuickTourAdmin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import static com.mongodb.client.model.Filters.text;
3434

3535
/**
36-
* The QuickTourAdmin code example see: https://mongodb.github.io/mongo-java-driver/3.0/getting-started
36+
* The QuickTourAdmin code example
3737
*/
3838
public class QuickTourAdmin {
3939
/**

driver-sync/src/examples/tour/PojoQuickTour.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
import static org.bson.codecs.configuration.CodecRegistries.fromRegistries;
4040

4141
/**
42-
* The POJO QuickTour code example see: https://mongodb.github.io/mongo-java-driver/3.5/getting-started-pojo
42+
* The POJO QuickTour code example
4343
*/
4444
public class PojoQuickTour {
4545
/**

driver-sync/src/examples/tour/QuickTour.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
import static java.util.Collections.singletonList;
5555

5656
/**
57-
* The QuickTour code example see: https://mongodb.github.io/mongo-java-driver/3.0/getting-started
57+
* The QuickTour code example
5858
*/
5959
public class QuickTour {
6060
/**

driver-sync/src/examples/tour/QuickTourAdmin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import static com.mongodb.client.model.Filters.text;
3030

3131
/**
32-
* The QuickTourAdmin code example see: https://mongodb.github.io/mongo-java-driver/3.0/getting-started
32+
* The QuickTourAdmin code example
3333
*/
3434
public class QuickTourAdmin {
3535
/**

0 commit comments

Comments
 (0)