Skip to content

Remove extra slash from Python and Ruby DBRef docs #2256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/reference/database-references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ Driver Support for DBRefs
`the MongoDBRef <http://www.php.net/manual/en/class.mongodbref.php/>`_ class.

**Python**
The Python driver supports DBRefs using the :api:`DBRef <python/current/api/bson/dbref.html>` class and the :api:`dereference </python/current/api/pymongo/database.html#pymongo.database.Database.dereference>` method.
The Python driver supports DBRefs using the :api:`DBRef <python/current/api/bson/dbref.html>` class and the :api:`dereference <python/current/api/pymongo/database.html#pymongo.database.Database.dereference>` method.

**Ruby**
The Ruby driver supports DBRefs using the :api:`DBRef </ruby/current/BSON/DBRef.html>` class
and the :api:`dereference </ruby/current/Mongo/DB.html#dereference-instance_method>` method.
The Ruby driver supports DBRefs using the :api:`DBRef <ruby/current/BSON/DBRef.html>` class
and the :api:`dereference <ruby/current/Mongo/DB.html#dereference-instance_method>` method.

**Scala**
The Scala driver contains no support for DBRefs. You can traverse
Expand Down