Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The `timeoutMS` option applies to all operations defined in the following specif
- [Enumerating Collections](../enumerate-collections.rst)
- [Enumerating Databases](../enumerate-databases.rst)
- [GridFS](../gridfs/gridfs-spec.md)
- [Index Management](../index-management/index-management.rst)
- [Index Management](../index-management/index-management.md)
- [Transactions](../transactions/transactions.md)
- [Convenient API for Transactions](../transactions-convenient-api/transactions-convenient-api.rst)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ specifications:
- `Enumerating Collections <../enumerate-collections.rst>`__
- `Enumerating Databases <../enumerate-databases.rst>`__
- `GridFS <../gridfs/gridfs-spec.md>`__
- `Index Management <../index-management/index-management.rst>`__
- `Index Management <../index-management/index-management.md>`__
- `Transactions <../transactions/transactions.rst>`__
- `Convenient API for Transactions <../transactions-convenient-api/transactions-convenient-api.rst>`__

Expand Down
2 changes: 1 addition & 1 deletion source/collation/collation.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ The collation option is sent to the server in the form of a BSON Document. See t
[CRUD specification](../crud/crud.md#naming) for details on supporting the option in the CRUD API.

Driver helpers manipulating or using indexes MUST support a collation option. These include creating, deleting, and
hinting an index. See the [Index Management specification](../index-management/index-management.rst) for details.
hinting an index. See the [Index Management specification](../index-management/index-management.md) for details.

### Require maxWireVersion 5

Expand Down
Loading