From 392b35d73089bd5900547e9e870c555152c82871 Mon Sep 17 00:00:00 2001 From: Heli Aldridge Date: Tue, 2 Jul 2024 12:22:40 -0400 Subject: [PATCH] DOP-4086: Correct download-and-compile-cpp-driver redirect (#975) --- config/redirects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redirects b/config/redirects index 3f8394746..8405d84b9 100644 --- a/config/redirects +++ b/config/redirects @@ -52,7 +52,7 @@ raw: docs/drivers/syntax-table -> ${base}/ # cpp -raw: docs/drivers/tutorial/download-and-compile-cpp-driver -> languages/installation/ +raw: docs/drivers/tutorial/download-and-compile-cpp-driver -> ${cpp-driver-base}/installation/ raw: docs/drivers/tutorial/getting-started-with-cpp-driver -> ${cpp-driver-base}/tutorial/ raw: docs/drivers/cpp-bson-array-examples -> ${cpp-driver-base}/working-with-bson/ raw: docs/drivers/cpp-bson-helper-functions -> ${cpp-driver-base}/working-with-bson/