From 06cd4080d84d9ce6f994f87917d37be5b6d74754 Mon Sep 17 00:00:00 2001 From: Mauro Servienti Date: Wed, 26 Jul 2023 11:52:15 +0200 Subject: [PATCH] (strange) Broken link --- ...020-01-27-paging-and-sorting-in-distributed-systems-oh-my.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 228f02d1..84279a37 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.