Skip to content

Commit c958b07

Browse files
committed
docs(mongo-memory-replset): update link to be valid
1 parent 9f114ab commit c958b07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/classes/mongo-memory-replset.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Typings:
152152
- `get instanceOpts(): MongoMemoryInstancePropBase[]`
153153
- `set instanceOpts(val: MongoMemoryInstancePropBase[])`
154154

155-
Getter & Setter for [`_instanceOpts`](#_instanceOpts)
155+
Getter & Setter for [`_instanceOpts`](#_instanceopts)
156156

157157
:::caution
158158
Will Throw an Error if `state` is not `stopped`
@@ -173,7 +173,7 @@ Typings:
173173
- `get binaryOpts(): MongoBinaryOpts`
174174
- `set binaryOpts(val: MongoBinaryOpts)`
175175

176-
Getter & Setter for [`_binaryOpts`](#_binaryOpts)
176+
Getter & Setter for [`_binaryOpts`](#_binaryopts)
177177

178178
:::caution
179179
Will Throw an Error if `state` is not `stopped`
@@ -194,7 +194,7 @@ Typings:
194194
- `get replSetOpts(): ReplSetOpts`
195195
- `set replSetOpts(val: ReplSetOpts)`
196196

197-
Getter & Setter for [`_replSetOpts`](#_replSetOpts)
197+
Getter & Setter for [`_replSetOpts`](#_replsetopts)
198198

199199
:::caution
200200
Will Throw an Error if `state` is not `stopped`

0 commit comments

Comments
 (0)