We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1a68f commit 5644d3cCopy full SHA for 5644d3c
src/operations/create_collection.ts
@@ -44,8 +44,7 @@ export interface TimeSeriesCollectionOptions extends Document {
44
45
/** @public
46
* 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/
+ * @see https://www.mongodb.com/docs/manual/core/clustered-collections/
49
*/
50
export interface ClusteredCollectionOptions extends Document {
51
name?: string;
0 commit comments