From 9c3e748c821c0ef9ed73575970453fe8d85adc5a Mon Sep 17 00:00:00 2001 From: James Ward Date: Tue, 17 Sep 2024 20:52:19 +0000 Subject: [PATCH] added redirect for resources/zio/examples/2024-09-17 --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 10777472..4e3b1575 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -26,3 +26,4 @@ plugins: 'resources/zio/zio-cache.md': 'https://zio.dev/zio-cache' 'resources/zio/ecosystem.md': 'https://zio.dev/ecosystem/' 'resources/zio/examples/2024-09-02.md': 'https://github.com/effectorientedprogramming/examples/tree/2024-09-02' + 'resources/zio/examples/2024-09-17.md': 'https://github.com/effectorientedprogramming/examples/tree/2024-09-17'