@@ -108,19 +108,19 @@ examples:
108
108
curl -SfL https://raw.githubusercontent.com/mongodb/mongo-java-driver/master/driver-sync/src/examples/documentation/CausalConsistencyExamples.java -o ${DRIVERS_PATH}/CausalConsistencyExamples.java
109
109
110
110
# node
111
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/3.1 /test/examples/change_streams.js -o ${DRIVERS_PATH}/node_changestreams.js
112
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/3.1 /test/examples/array_filters.js -o ${DRIVERS_PATH}/node_array_filters.js
113
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/3.1 /test/examples/causal_consistency.js -o ${DRIVERS_PATH}/node_causal_consistency.js
114
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/3.1 /test/examples/insert.js -o ${DRIVERS_PATH}/node_insert.js
115
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/3.1 /test/examples/project_fields_from_query_results.js -o ${DRIVERS_PATH}/node_project.js
116
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/3.1 /test/examples/query.js -o ${DRIVERS_PATH}/node_query.js
117
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/3.1 /test/examples/query_embedded_documents.js -o ${DRIVERS_PATH}/node_query_embedded_documents.js
118
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/3.1 /test/examples/query_arrays.js -o ${DRIVERS_PATH}/node_query_arrays.js
119
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/3.1 /test/examples/query_array_of_documents.js -o ${DRIVERS_PATH}/node_query_array_of_documents.js
120
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/3.1 /test/examples/query_for_null_fields.js -o ${DRIVERS_PATH}/node_query_for_null_fields.js
121
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/3.1 /test/examples/remove_documents.js -o ${DRIVERS_PATH}/node_remove.js
122
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/3.1 /test/examples/transactions.js -o ${DRIVERS_PATH}/node_transactions.js
123
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/3.6 /test/examples/update_documents.js -o ${DRIVERS_PATH}/node_update.js
111
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/change_streams.test .js -o ${DRIVERS_PATH}/node_changestreams.js
112
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/array_filters.test .js -o ${DRIVERS_PATH}/node_array_filters.js
113
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/causal_consistency.test .js -o ${DRIVERS_PATH}/node_causal_consistency.js
114
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/insert.test .js -o ${DRIVERS_PATH}/node_insert.js
115
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/project_fields_from_query_results.test .js -o ${DRIVERS_PATH}/node_project.js
116
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/query.test .js -o ${DRIVERS_PATH}/node_query.js
117
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/query_embedded_documents.test .js -o ${DRIVERS_PATH}/node_query_embedded_documents.js
118
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/query_arrays.test .js -o ${DRIVERS_PATH}/node_query_arrays.js
119
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/query_array_of_documents.test .js -o ${DRIVERS_PATH}/node_query_array_of_documents.js
120
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/query_for_null_fields.test .js -o ${DRIVERS_PATH}/node_query_for_null_fields.js
121
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/remove_documents.test .js -o ${DRIVERS_PATH}/node_remove.js
122
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/transactions.test .js -o ${DRIVERS_PATH}/node_transactions.js
123
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/update_documents.test .js -o ${DRIVERS_PATH}/node_update.js
124
124
125
125
# ruby
126
126
curl -SfL https://raw.githubusercontent.com/mongodb/mongo-ruby-driver/2.6-stable/spec/integration/shell_examples_spec.rb -o ${DRIVERS_PATH}/shell_examples_spec.rb
0 commit comments