From 7c73b37b2c793be7a3f4ab61d6d4a3daca89a205 Mon Sep 17 00:00:00 2001 From: Richard Shepherd Date: Mon, 21 Oct 2024 15:30:00 +1300 Subject: [PATCH] Small docs fix as per #2298 (#2316) --- dio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dio/README.md b/dio/README.md index b3db4fa03..4b28dec3b 100644 --- a/dio/README.md +++ b/dio/README.md @@ -737,7 +737,7 @@ and replace the `BackgroundTransformer` by setting the `dio.transformer`. ### Transformer example -There is an example for [customizing Transformer](../example/lib/transformer.dart). +There is an example for [customizing Transformer](../example_dart/lib/transformer.dart). ## HttpClientAdapter