Skip to content

Commit ccd381c

Browse files
add links to migration guides (ktorio#3314)
1 parent 7fe2d4c commit ccd381c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

MIGRATION_GUIDE.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
## Ktor Migration Guide
22

3-
While Ktor provides migration support in the code itself (by using the `@Deprecated` annotation), this document
4-
serves as a reference point for all migrations as of version 1.6.0.
3+
### [Migrating from 2.0.x to 2.2.x](https://ktor.io/docs/migrating-2-2.html)
4+
5+
### [Migrating from 1.6.x to 2.0.x](https://ktor.io/docs/migrating-2.html)
56

67

7-
### Upgrading to 1.6.0
8+
### Migrating to 1.6.x
9+
10+
While Ktor provides migration support in the code itself (by using the `@Deprecated` annotation), this document
11+
serves as a reference point for all migrations as of version 1.6.0.
812

913
* `TestApplicationCall.requestHandled` has been [deprecated](https://youtrack.jetbrains.com/issue/KTOR-2712). For proper
1014
validation, it is recommended to check the corresponding status, header, or content of the request, depending on the

0 commit comments

Comments
 (0)