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