From 89551916ead61bb79cac1c6b0aaef2c836a67e2f Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Tue, 25 Jul 2023 07:03:26 -0700 Subject: [PATCH] DOC-2550: add redirect to correct 404 error --- docs/data-types/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/data-types/_index.md b/docs/data-types/_index.md index 2a12c89089..9ac395f381 100644 --- a/docs/data-types/_index.md +++ b/docs/data-types/_index.md @@ -6,6 +6,7 @@ weight: 35 aliases: - /docs/manual/data-types - /topics/data-types + - /docs/data-types/tutorial --- Redis is a data structure server. @@ -108,4 +109,4 @@ To extend the features provided by the included data types, use one of these opt 1. Write your own Redis module using the [modules API](/docs/reference/modules/) or check out the [community-supported modules](/docs/modules/). 1. Use [JSON](/docs/stack/json/), [querying](/docs/stack/search/), [time series](/docs/stack/timeseries/), and other capabilities provided by [Redis Stack](/docs/stack/). -
\ No newline at end of file +