From 9a2decc1ad2fed58019cd4f87b2ffbe6bf4c879d Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Mon, 4 Apr 2016 13:46:21 +0200 Subject: [PATCH] fix two internal Pod links --- lib/MongoDB/Upgrading.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/MongoDB/Upgrading.pod b/lib/MongoDB/Upgrading.pod index 05570733..d50cd569 100644 --- a/lib/MongoDB/Upgrading.pod +++ b/lib/MongoDB/Upgrading.pod @@ -319,12 +319,12 @@ iteration methods as in v0. The C<$MongoDB::Cursor::slave_ok> global variable has been removed as part of the revision to read preference handling. See the L section +preferences|/Read preference objects and the read_preference method> section below for more details. The C<$MongoDB::Cursor::timeout> global variable has also been removed. Timeouts are set during L configuration and are -immutable. See the section on L for more. =head2 Aggregation API