From 2f59448a80377bf3f1df274b7f6c32824775d2df Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Fri, 3 Nov 2023 09:16:10 -0400 Subject: [PATCH] missing colons --- config/redirects | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/redirects b/config/redirects index d5fe08b62..0e2af82d3 100644 --- a/config/redirects +++ b/config/redirects @@ -229,6 +229,6 @@ raw: docs/drivers/community-supported-drivers/ -> ${base}/ # Redirects for consistent language-spcific driver landing pages -raw docs/drivers/php/ -> ${base}/php-drivers/ -raw docs/drivers/python/ -> ${base}/python-drivers/ -raw docs/drivers/ruby/ -> ${base}/ruby-drivers/ \ No newline at end of file +raw: docs/drivers/php/ -> ${base}/php-drivers/ +raw: docs/drivers/python/ -> ${base}/python-drivers/ +raw: docs/drivers/ruby/ -> ${base}/ruby-drivers/ \ No newline at end of file