From 89a6cd9165c390c450bf808138301bcb8f59ae1c Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Mon, 7 Feb 2022 09:25:18 -0500 Subject: Markdown syntax in sharding README --- src/mongo/db/s/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mongo/db/s/README.md b/src/mongo/db/s/README.md index 262050886a0..04c3ac2adcc 100644 --- a/src/mongo/db/s/README.md +++ b/src/mongo/db/s/README.md @@ -813,7 +813,7 @@ four steps to this process: ### Periodic cleanup of the session catalog and transactions table The logical session cache class holds the periodic job to clean up the -[session catalog](#the-logical-session-catalog) and [transactions table](#the-transactions-table]. +[session catalog](#the-logical-session-catalog) and [transactions table](#the-transactions-table). Inside the class, this is known as the "reap" function. Every five (5) minutes (user-configurable), the following steps will be performed: -- cgit v1.2.1