From a9266ce1252c52e0c8f58971ea58122314827c51 Mon Sep 17 00:00:00 2001 From: kgabryje Date: Thu, 9 Apr 2020 17:35:09 +0200 Subject: [PATCH] Fix internal link in blogpost --- website/www/site/content/en/blog/timely-processing.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/www/site/content/en/blog/timely-processing.md b/website/www/site/content/en/blog/timely-processing.md index ffd4454264ff4..1b1abe5fc1e9b 100644 --- a/website/www/site/content/en/blog/timely-processing.md +++ b/website/www/site/content/en/blog/timely-processing.md @@ -120,8 +120,7 @@ and timers. However, _your_ code is just a declarative expression of the aggregation operator. The runner can choose a variety of ways to execute your operator. -I went over this in detail in [my prior post focused on state alone]({{ -site.baseurl }}/blog/2017/02/13/stateful-processing.html). Since you do not +I went over this in detail in [my prior post focused on state alone](/blog/2017/02/13/stateful-processing.html). Since you do not observe elements in any defined order, nor manipulate mutable state or timers directly, I call this neither stateful nor timely processing.