Skip to content
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

fix java-rs links #962

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ raw: docs/drivers/go -> https://www.mongodb.com/docs/drivers/go/current/
# Java

raw: docs/drivers/java -> ${base}/java-drivers/
raw: docs/drivers/reactive-streams/ -> https://www.mongodb.com/docs/languages/java/drivers/java-rs/current/
raw: docs/drivers/reactive-streams/ -> https://www.mongodb.com/docs/languages/java/reactive-streams-driver/current/

# Rust

Expand Down
4 changes: 2 additions & 2 deletions source/java-drivers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ MongoDB Java Drivers
:titlesonly:

Java Sync Driver <https://www.mongodb.com/docs/drivers/java/sync/current/>
Java Reactive Streams Driver <https://www.mongodb.com/docs/languages/java/drivers/java-rs/current/>
Java Reactive Streams Driver <https://www.mongodb.com/docs/languages/java/reactive-streams-driver/current/>

.. contents:: On this page
:local:
Expand All @@ -40,7 +40,7 @@ to work with MongoDB in Java:
for synchronous Java applications.

- Use the `Java Reactive Streams Driver
<https://www.mongodb.com/docs/languages/java/drivers/java-rs/current/>`__
<https://www.mongodb.com/docs/languages/java/reactive-streams-driver/current/>`__
to use the Reactive Streams API for asynchronous stream processing.

Compatibility
Expand Down
2 changes: 1 addition & 1 deletion source/java.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `Java Sync Driver <https://www.mongodb.com/docs/drivers/java/sync/current>`_

For asynchronous stream processing and reactive streams interoperability,
the `Java Reactive Streams Driver
<https://www.mongodb.com/docs/languages/java/drivers/java-rs/current/>`__
<https://www.mongodb.com/docs/languages/java/reactive-streams-driver/current/>`__
is the recommended MongoDB Java Driver.

Take the free online course taught by MongoDB
Expand Down
Loading