Skip to content

Commit 5644d3c

Browse files
authored
docs(NODE-4230): update clustered collection reference link (#3364)
1 parent ec1a68f commit 5644d3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/operations/create_collection.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ export interface TimeSeriesCollectionOptions extends Document {
4444

4545
/** @public
4646
* Configuration options for clustered collections
47-
* TODO: NODE-4230 replace with normal manual link once it is on there.
48-
* @see https://www.mongodb.com/docs/v5.3/core/clustered-collections/
47+
* @see https://www.mongodb.com/docs/manual/core/clustered-collections/
4948
*/
5049
export interface ClusteredCollectionOptions extends Document {
5150
name?: string;

0 commit comments

Comments
 (0)