From 89afd0432fb6787974324704f8a61c15771ebe46 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Thu, 11 Feb 2021 14:06:43 -0300 Subject: [PATCH] Add Migration Guide link in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e3e9523a43e562..d814ad90211c22 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ _All under ONE framework._ Interested in when the next release is coming? Check our [release planning](https://github.com/quarkusio/quarkus/wiki/Release-Planning) document for details. +## Migration Guide + +We collect all the migration notes in our [Migration Guides](https://github.com/quarkusio/quarkus/wiki/Migration-Guides). + ## How to build Quarkus The build instructions are available in the [contribution guide](CONTRIBUTING.md).