From 5103a113d09592fc30836df02b2bbe16e4ec05d6 Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Fri, 8 Nov 2024 20:23:44 +0000 Subject: [PATCH] chore: fix migration guide link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dd479ef..d218e2bd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ _pygls_ (pronounced like "pie glass") is a pythonic generic implementation of th > [!IMPORTANT] > The next major version, *pygls v2* is ready for testing. -> We encourage all existing server authors to try the [migration guide](https://pygls.readthedocs.io/en/latest/howto/migrate-to-v2.html) and let us know how you get on! +> We encourage all existing server authors to try the [migration guide](https://pygls.readthedocs.io/en/latest/pygls/howto/migrate-to-v2.html) and let us know how you get on! ## Quickstart ```python