Skip to content

Commit e80807d

Browse files
committed
CSHARP-1451: Fix broken links in Tailable Cursor documentation.
1 parent 9abde9d commit e80807d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/reference/content/examples/tailable_cursor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title = "Using a Tailable Cursor"
1111

1212
## Using a Tailable Cursor
1313

14-
MongoDB offers the option to watch a [capped collection]({{< docsref "manual/core/capped-collections/" >}}) for changes using a [tailable cursor]({{< docsref "manual/tutorial/create-tailable-cursor/" >}}).
14+
MongoDB offers the option to watch a [capped collection]({{< docsref "core/capped-collections/" >}}) for changes using a [tailable cursor]({{< docsref "tutorial/create-tailable-cursor/" >}}).
1515

1616
The code below "tails" a capped collection and outputs documents to the console as they are added. The method also handles the possibility of a dead cursor by tracking the field `insertDate`. New documents are added with increasing values of `insertDate`.
1717

0 commit comments

Comments
 (0)