Skip to content

Commit 4e0ae8f

Browse files
committed
docs: update folder name to follow dart plugin conventions
1 parent b8b1267 commit 4e0ae8f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## 0.4.0
1212

13-
Check out [our 0.4.0 migration guide](./docs/migration_guide_4.md) for information on how to migrate your code.
13+
Check out [our 0.4.0 migration guide](./guides/migration_guide_4.md) for information on how to migrate your code.
1414

1515
- ❗️✨  Added: String extension to allow `toUri()` usage when importing the library. Since `http` dropped support for string url usage and since Dart does not yet support function overloading, we had to implement an alternative through extensions.
1616
-  Added: Flutter web support 🌐   (`badCertificateCallback` and `findProxy` features are not supported on Flutter Web due to browser limitations)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is a plugin that lets you intercept the different requests and responses fr
1010

1111
## Quick Reference
1212

13-
**Already using `http_interceptor`? Check out the [0.4.0 migration guide](./docs/migration_guide_4.md) for quick reference on the changes made and how to migrate your code.**
13+
**Already using `http_interceptor`? Check out the [0.4.0 migration guide](./guides/migration_guide_4.md) for quick reference on the changes made and how to migrate your code.**
1414

1515
- [Installation](#installation)
1616
- [Usage](#usage)
File renamed without changes.

0 commit comments

Comments
 (0)