Skip to content

Commit f78add9

Browse files
authored
docs: modify it to the correct example link. (#2390)
The link is broken. However, the one I modified may not be the best, but at least it is correct.
1 parent b0da2f4 commit f78add9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dio/example/dio.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 'package:dio/dio.dart';
22

3-
/// More examples see https://github.com/cfug/dio/blob/main/example
3+
/// More examples see https://github.com/cfug/dio/tree/main/dio#examples
44
void main() async {
55
final dio = Dio();
66
final response = await dio.get('https://pub.dev');

0 commit comments

Comments
 (0)