From 6ed6c929716186b19063d89619faf8f506444a16 Mon Sep 17 00:00:00 2001 From: Matt Meigs Date: Tue, 16 Apr 2024 14:15:50 -0400 Subject: [PATCH] fix java-rs links --- config/redirects | 2 +- source/java-drivers.txt | 4 ++-- source/java.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/redirects b/config/redirects index 98b59dcc2..883bbd162 100644 --- a/config/redirects +++ b/config/redirects @@ -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 diff --git a/source/java-drivers.txt b/source/java-drivers.txt index d23bf0492..7bb6ad907 100644 --- a/source/java-drivers.txt +++ b/source/java-drivers.txt @@ -22,7 +22,7 @@ MongoDB Java Drivers :titlesonly: Java Sync Driver - Java Reactive Streams Driver + Java Reactive Streams Driver .. contents:: On this page :local: @@ -40,7 +40,7 @@ to work with MongoDB in Java: for synchronous Java applications. - Use the `Java Reactive Streams Driver - `__ + `__ to use the Reactive Streams API for asynchronous stream processing. Compatibility diff --git a/source/java.txt b/source/java.txt index fc01df1e6..c6675082d 100644 --- a/source/java.txt +++ b/source/java.txt @@ -20,7 +20,7 @@ The `Java Sync Driver `_ For asynchronous stream processing and reactive streams interoperability, the `Java Reactive Streams Driver -`__ +`__ is the recommended MongoDB Java Driver. Take the free online course taught by MongoDB