From cdc5d029fd66f6648724c505b35d0db03dd6d701 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 12 Dec 2023 06:35:51 -0600 Subject: [PATCH] Update source/crud/crud.rst Co-authored-by: Jeremy Mikola --- source/crud/crud.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/crud/crud.rst b/source/crud/crud.rst index cb67c0fcac..a442465d28 100644 --- a/source/crud/crud.rst +++ b/source/crud/crud.rst @@ -116,7 +116,7 @@ Operations Timeout <../client-side-operations-timeout/client-side-operations-timeout.md>`__ specification. All operations that return cursors MUST support the timeout options documented in the `Cursors -<../client-side-operations-timeout/client-side-operations-timeout.md#Cursors>`__ +<../client-side-operations-timeout/client-side-operations-timeout.md#cursors>`__ section of that specification. ---