Skip to content

Commit 0b237f6

Browse files
authored
DOCSP-48435: 404-ing links (#5966)
* DOCSP-48435: 404s * reset upload script
1 parent 1d364ee commit 0b237f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/mongoid/loadable.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ def load_model(file)
9494

9595
# Returns the array of paths where the application's model definitions
9696
# are located. If Rails is loaded, this defaults to the configured
97-
# "app/models" paths (e.g. `config.paths["app/models"]`); otherwise, it
98-
# defaults to `%w(./app/models ./lib/models)`.
97+
# "app/models" paths (e.g. 'config.paths["app/models"]'); otherwise, it
98+
# defaults to '%w(./app/models ./lib/models)'.
9999
#
100100
# Note that these paths are the *roots* of the directory hierarchies where
101101
# the models are located; it is not necessary to indicate every subdirectory,

lib/mongoid/matcher/eq_impl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module EqImpl
5353
end
5454
end
5555

56-
# Per https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson-v4/#time-instances,
56+
# Per https://www.mongodb.com/docs/ruby-driver/upcoming/data-formats/bson/#time-instances,
5757
# > Times in BSON (and MongoDB) can only have millisecond precision. When Ruby Time instances
5858
# are serialized to BSON or Extended JSON, the times are floored to the nearest millisecond.
5959
#

0 commit comments

Comments
 (0)