Skip to content

Commit 531a4d9

Browse files
fhassakjyemin
authored andcommitted
fix url path for documentation
1 parent a96b8a5 commit 531a4d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

driver-core/src/main/com/mongodb/client/model/Accumulators.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Builders for accumulators used in the group pipeline stage of an aggregation pipeline.
2121
*
2222
* @mongodb.driver.manual core/aggregation-pipeline/ Aggregation pipeline
23-
* @mongodb.driver.manual operator/aggregation/group/#accumulator-operator Accumulators
23+
* @mongodb.driver.manual reference/operator/aggregation/group/#accumulator-operator Accumulators
2424
* @mongodb.driver.manual meta/aggregation-quick-reference/#aggregation-expressions Expressions
2525
* @mongodb.server.release 2.2
2626
* @since 3.1

driver-legacy/src/main/com/mongodb/BulkWriteRequestBuilder.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
* A builder for a single write request.
2727
*
2828
* @mongodb.server.release 2.6
29-
* @mongodb.driver.manual /reference/command/delete/ Delete
30-
* @mongodb.driver.manual /reference/command/update/ Update
31-
* @mongodb.driver.manual /reference/command/insert/ Insert
29+
* @mongodb.driver.manual reference/command/delete/ Delete
30+
* @mongodb.driver.manual reference/command/update/ Update
31+
* @mongodb.driver.manual reference/command/insert/ Insert
3232
* @since 2.12
3333
*/
3434
public class BulkWriteRequestBuilder {

0 commit comments

Comments
 (0)