From 7f328f7952ffc82ee3e2a531adf86b96b5e643d8 Mon Sep 17 00:00:00 2001 From: "Solomon H." <7608183+TechSolomon@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:01:57 -0900 Subject: [PATCH] docs: shift data services to archived URL --- pages/docs/development/conventions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/development/conventions.mdx b/pages/docs/development/conventions.mdx index f101163d9..c688ebc94 100644 --- a/pages/docs/development/conventions.mdx +++ b/pages/docs/development/conventions.mdx @@ -102,7 +102,7 @@ _Note: the repo currently lacks sufficient automated unit and integration tests ### Data Services -Use the conventions found in the `data-provider` directory for handling data services. For more information, see [this article](https://www.danorlandoblog.com/building-data-services-for-librechat-with-react-query/) which describes the methodology used. +Use the conventions found in the `data-provider` directory for handling data services. For more information, see [this article](https://web.archive.org/web/20240417171738/https://www.danorlandoblog.com/building-data-services-for-librechat-with-react-query/) which describes the methodology used. ### State Management