Skip to content

Commit 12ab2ae

Browse files
authored
Update Query.hs
Fix url to mongo documentation on update modifiers.
1 parent eb7273e commit 12ab2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Database/MongoDB/Query.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ upsert :: (MonadIO m)
611611
upsert = update [Upsert]
612612

613613
type Modifier = Document
614-
-- ^ Update operations on fields in a document. See <http://www.mongodb.org/display/DOCS/Updating#Updating-ModifierOperations>
614+
-- ^ Update operations on fields in a document. See <https://docs.mongodb.com/manual/reference/operator/update/>
615615

616616
modify :: (MonadIO m)
617617
=> Selection -> Modifier -> Action m ()

0 commit comments

Comments
 (0)