File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ private static function killAllSessions(): void
353
353
* Work around potential error executing distinct on sharded clusters.
354
354
*
355
355
* @param array $operations
356
- * @see https://github.com/mongodb/specifications/tree/master/source/transactions/tests#why-do-tests-that-run-distinct-sometimes-fail-with-staledbversionts.
356
+ * @see https://github.com/mongodb/specifications/tree/master/source/transactions/tests#why-do-tests-that-run-distinct-sometimes-fail-with-staledbversion
357
357
*/
358
358
private function preventStaleDbVersionError (array $ operations ): void
359
359
{
Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ private function prepareInitialData(array $initialData): void
442
442
/**
443
443
* Work around potential error executing distinct on sharded clusters.
444
444
*
445
- * @see https://github.com/mongodb/specifications/blob/master/source/transactions/tests/README .rst#why-do-tests-that-run-distinct-sometimes-fail-with-staledbversion
445
+ * @see https://github.com/mongodb/specifications/blob/master/source/unified-test-format/unified-test-format .rst#staledbversion-errors-on-sharded-clusters
446
446
*/
447
447
private function preventStaleDbVersionError (array $ operations , Context $ context ): void
448
448
{
You can’t perform that action at this time.
0 commit comments