This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9b8ff0e [Docs] Stop-gap solution to fix the broken blog link (#4707)
9b8ff0e is described below
commit 9b8ff0e1122db71b82ded55f4f9d4aa24ebd7c51
Author: Vinoth Govindarajan <[email protected]>
AuthorDate: Fri Jan 28 08:15:43 2022 -0800
[Docs] Stop-gap solution to fix the broken blog link (#4707)
---
website/src/pages/blog/streaming-data-lake-platform.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/website/src/pages/blog/streaming-data-lake-platform.md
b/website/src/pages/blog/streaming-data-lake-platform.md
new file mode 100644
index 0000000..0b4a36c
--- /dev/null
+++ b/website/src/pages/blog/streaming-data-lake-platform.md
@@ -0,0 +1,15 @@
+---
+id: quickstart
+title: quickstart
+path: /blog/streaming-data-lake-platform
+---
+
+import {Route} from '@docusaurus/router';
+
+<Route
+path={'/*'}
+component={() => {
+global.window && (global.window.location.href =
'/blog/2021/07/21/streaming-data-lake-platform');
+return null;
+}}
+/>