diff --git a/docs/locale/uk_UA/LC_MESSAGES/migration_2_to_3.po b/docs/locale/uk_UA/LC_MESSAGES/migration_2_to_3.po
index fdcc86e8..4d91c8b0 100644
--- a/docs/locale/uk_UA/LC_MESSAGES/migration_2_to_3.po
+++ b/docs/locale/uk_UA/LC_MESSAGES/migration_2_to_3.po
@@ -247,11 +247,11 @@ msgstr ""
#: ../../migration_2_to_3.rst:85
msgid ""
"All API methods are now classes with validation, implemented via "
-"`pydantic `. These API calls are also "
+"`pydantic `_. These API calls are also "
"available as methods in the Bot class."
msgstr ""
"Всі методи API тепер є класами з валідацією, реалізованими через "
-"`pydantic `. Ці виклики API також доступні як"
+"`pydantic `_. Ці виклики API також доступні як"
" методи в класі Bot."
#: ../../migration_2_to_3.rst:88
diff --git a/docs/migration_2_to_3.rst b/docs/migration_2_to_3.rst
index 7f17682a..ca7367a9 100644
--- a/docs/migration_2_to_3.rst
+++ b/docs/migration_2_to_3.rst
@@ -83,7 +83,7 @@ Bot API
=======
- All API methods are now classes with validation, implemented via
- `pydantic `.
+ `pydantic `_.
These API calls are also available as methods in the Bot class.
- More pre-defined Enums have been added and moved to the `aiogram.enums` sub-package.
For example, the chat type enum is now :class:`aiogram.enums.ChatType` instead of :class:`aiogram.types.chat.ChatType`.