From 2ba0e427756a2cd636693ba03a46a0f2ff62608f Mon Sep 17 00:00:00 2001 From: Samantha Jacobus <98854083+SLJEstuary@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:06:33 -0400 Subject: [PATCH] Latest Redirects (#238) April 1st Redirects --- firebase.json | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 8e981a6f..62b826b9 100644 --- a/firebase.json +++ b/firebase.json @@ -97,7 +97,7 @@ "type": 301 }, { - "source": "/data-lake-architecture /", + "source": "/data-lake-architecture/", "destination": "/data-lake-architecture", "type": 301 }, @@ -105,6 +105,36 @@ "source": "/data ingestion-vs-data-integration/", "destination": "/data-ingestion-vs-data-integration", "type": 301 + }, + { + "source": "/real-time-and-batch-data-processing-an-introduction/", + "destination": "/real-time-data-processing", + "type": 301 + }, + { + "source": "/blogs/", + "destination": "/blog", + "type": 301 + }, + { + "source": "/etl-vs-elt-breaking-down-the-split-paradigm/", + "destination": "/etl-vs-elt", + "type": 301 + }, + { + "source": "/data-pipeline-basics-for-modern-organizations/", + "destination": "/what-is-a-data-pipeline", + "type": 301 + }, + { + "source": "/etl-processes-cdc/", + "destination": "streaming-etl-processes-cdc", + "type": 301 + }, + { + "source": "/products", + "destination": "/product", + "type": 301 } ], "public": "public",