We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85fc268 + 12ab2ae commit ddaaa6aCopy full SHA for ddaaa6a
Database/MongoDB/Query.hs
@@ -611,7 +611,7 @@ upsert :: (MonadIO m)
611
upsert = update [Upsert]
612
613
type Modifier = Document
614
--- ^ Update operations on fields in a document. See <http://www.mongodb.org/display/DOCS/Updating#Updating-ModifierOperations>
+-- ^ Update operations on fields in a document. See <https://docs.mongodb.com/manual/reference/operator/update/>
615
616
modify :: (MonadIO m)
617
=> Selection -> Modifier -> Action m ()
0 commit comments