Skip to content

Commit

Permalink
Fix internal link in blogpost
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored and robertwb committed Apr 30, 2020
1 parent 478d609 commit a9266ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/www/site/content/en/blog/timely-processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a9266ce

Please sign in to comment.