Skip to content

Commit 5c13da2

Browse files
authored
WRITING-26459 Fix link in migration guide (#1792)
1 parent ce43cba commit 5c13da2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/migration-2.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,12 @@ Dropping an index replies with a superset of the following message: `{nIndexesWa
423423

424424
#### ListSpecifications
425425

426+
<!-- markdown-link-check-disable -->
427+
426428
Updated to return a slice of structs instead of a slice of pointers. See the [database analogue](#ListCollectionSpecifications) for migration guide.
427429

430+
<!-- markdown-link-check-enable -->
431+
428432
### NewClient
429433

430434
`NewClient` has been removed, use the `Connect` function in the `mongo` package instead.

0 commit comments

Comments
 (0)