Skip to content

Commit 0622bb2

Browse files
committed
Fix links
1 parent 5ddbc2f commit 0622bb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Builder/Type/ExpressionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Expressions can include field paths, literals, system variables, expression objects, and expression operators.
99
* Expressions can be nested.
1010
*
11-
* @see https://www.mongodb.com/docs/manual/meta/aggregation-quick-reference/#expressions
11+
* @see https://www.mongodb.com/docs/manual/reference/operator/aggregation/
1212
*/
1313
interface ExpressionInterface
1414
{

src/Builder/Type/StageInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Aggregation Pipeline Stages
99
*
10-
* @see https://www.mongodb.com/docs/manual/meta/aggregation-quick-reference/#stages
10+
* @see https://www.mongodb.com/docs/manual/reference/operator/aggregation-pipeline/
1111
*/
1212
interface StageInterface
1313
{

0 commit comments

Comments
 (0)