summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_dev.en.adoc2
-rw-r--r--doc/en/weechat_user.en.adoc17
2 files changed, 9 insertions, 10 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc
index cd09adab1..6c0b90be4 100644
--- a/doc/en/weechat_dev.en.adoc
+++ b/doc/en/weechat_dev.en.adoc
@@ -1195,7 +1195,7 @@ Where _component_ is one of following:
icons/* +
po/* +
README.adoc +
- ReleaseNotes.adoc +
+ UPGRADING.md +
src/core/* +
src/gui/* +
version.sh +
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index 22aeee1b2..c94c7aa43 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -796,18 +796,17 @@ $ weechat --upgrade
[[restart_after_upgrade]]
=== Restart after upgrade
-[[restart_release_notes]]
-==== Release notes
+[[restart_upgrading_notes]]
+==== Upgrading notes
-After an upgrade, it is *strongly recommended* to read the
-https://weechat.org/files/doc/weechat/ReleaseNotes-devel.html[release notes ^↗^^]
-which contain important information about breaking changes and some
+After an upgrade, it is *strongly recommended* to read the file
+https://github.com/weechat/weechat/blob/master/UPGRADING.md[UPGRADING.md ^↗^^]
+which contains important information about breaking changes and some
manual actions that could be required.
-You must read the release notes of all versions between your old (excluded) and
-your new version (included). +
-For example if you switch from version 3.0 to 3.2, you must read release notes
-of versions 3.1 and 3.2.
+You must read the versions between your old (excluded) and your new version (included). +
+For example if you switch from version 4.0.0 to 4.3.0, you must read versions
+4.0.1 to 4.3.0.
[[restart_configuration_upgrade]]
==== Configuration upgrade