We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0da2f4 commit f78add9Copy full SHA for f78add9
dio/example/dio.dart
@@ -1,6 +1,6 @@
1
import 'package:dio/dio.dart';
2
3
-/// More examples see https://github.com/cfug/dio/blob/main/example
+/// More examples see https://github.com/cfug/dio/tree/main/dio#examples
4
void main() async {
5
final dio = Dio();
6
final response = await dio.get('https://pub.dev');
0 commit comments