diff --git a/_posts/2020-01-27-paging-and-sorting-in-distributed-systems-oh-my.md b/_posts/2020-01-27-paging-and-sorting-in-distributed-systems-oh-my.md index 228f02d..84279a3 100644 --- a/_posts/2020-01-27-paging-and-sorting-in-distributed-systems-oh-my.md +++ b/_posts/2020-01-27-paging-and-sorting-in-distributed-systems-oh-my.md @@ -130,7 +130,7 @@ IEnumerable ApplySort(IEnumerable data, bool executedFirst) ## Conclusion -The composition process and the composition engine [are transparent to the way data are composed](/view-model-composition/2019/04/09/slice-it.html), so they have to be the way paging and sorting affect the composed data. +The composition process and the composition engine [are transparent to the way data are composed](/2019/04/09/slice-it.html), so they have to be the way paging and sorting affect the composed data. As we've seen, it's easy to implement paging by looking for the logical owner of the incoming request.