From e0e8c3b23b35497a83ff913e176d5fb737a41a48 Mon Sep 17 00:00:00 2001 From: Rea Rustagi <85902999+rustagir@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:52:50 -0500 Subject: [PATCH] Revise/add mongoid/ruby roles (#633) --- snooty/rstspec.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/snooty/rstspec.toml b/snooty/rstspec.toml index 4e5b6096..474c87f9 100644 --- a/snooty/rstspec.toml +++ b/snooty/rstspec.toml @@ -1238,12 +1238,16 @@ type = {link = "https://php.net/%s"} [role.ruby-api] help = """Link to a page in the Ruby driver's API reference.""" -type = {link = "http://api.mongodb.com/ruby/current/Mongo/%s"} +type = {link = "https://www.mongodb.com/docs/ruby-driver/current/api/Mongo/%s"} [role.ruby] help = """Link to a page in the Ruby driver's documentation.""" type = {link = "https://www.mongodb.com/docs/ruby-driver/current%s", ensure_trailing_slash = true} +[role.mongoid-api] +help = """Link to a page in the Mongoid ODM's API reference.""" +type = {link = "https://www.mongodb.com/docs/mongoid/master/api/%s"} + [role.scala-docs] help = "Link to a page in the Scala driver's documentation" type = {link = "http://mongodb.github.io/mongo-scala-driver/2.9%s"}