@@ -128,19 +128,19 @@ examples:
128
128
curl -SfL https://raw.githubusercontent.com/mongodb/mongo-java-driver/master/driver-sync/src/examples/documentation/CausalConsistencyExamples.java -o ${DRIVERS_PATH}/CausalConsistencyExamples.java
129
129
130
130
# node
131
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/master /test/examples/change_streams.js -o ${DRIVERS_PATH}/node_changestreams.js
132
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/master /test/examples/array_filters.js -o ${DRIVERS_PATH}/node_array_filters.js
133
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/master /test/examples/causal_consistency.js -o ${DRIVERS_PATH}/node_causal_consistency.js
134
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/master /test/examples/insert.js -o ${DRIVERS_PATH}/node_insert.js
135
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/master /test/examples/project_fields_from_query_results.js -o ${DRIVERS_PATH}/node_project.js
136
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/master /test/examples/query.js -o ${DRIVERS_PATH}/node_query.js
137
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/master /test/examples/query_embedded_documents.js -o ${DRIVERS_PATH}/node_query_embedded_documents.js
138
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/master /test/examples/query_arrays.js -o ${DRIVERS_PATH}/node_query_arrays.js
139
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/master /test/examples/query_array_of_documents.js -o ${DRIVERS_PATH}/node_query_array_of_documents.js
140
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/master /test/examples/query_for_null_fields.js -o ${DRIVERS_PATH}/node_query_for_null_fields.js
141
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/master /test/examples/remove_documents.js -o ${DRIVERS_PATH}/node_remove.js
142
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/master /test/examples/transactions.js -o ${DRIVERS_PATH}/node_transactions.js
143
- curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/master /test/examples/update_documents.js -o ${DRIVERS_PATH}/node_update.js
131
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/change_streams.test .js -o ${DRIVERS_PATH}/node_changestreams.js
132
+ 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
133
+ 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
134
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/insert.test .js -o ${DRIVERS_PATH}/node_insert.js
135
+ 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
136
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/query.test .js -o ${DRIVERS_PATH}/node_query.js
137
+ 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
138
+ 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
139
+ 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
140
+ 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
141
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/remove_documents.test .js -o ${DRIVERS_PATH}/node_remove.js
142
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/transactions.test.js -o ${DRIVERS_PATH}/node_transactions.js
143
+ curl -SfL https://raw.githubusercontent.com/mongodb/node-mongodb-native/main /test/functional/ examples/update_documents.test .js -o ${DRIVERS_PATH}/node_update.js
144
144
145
145
# ruby
146
146
curl -SfL https://raw.githubusercontent.com/mongodb/mongo-ruby-driver/master/spec/integration/shell_examples_spec.rb -o ${DRIVERS_PATH}/shell_examples_spec.rb
0 commit comments