The `dnf upgrade` is better than the `dnf update`. The `dnf update` works, but
it is a deprecated alias of the `upgrade`.
```
$ rpm -q dnf
dnf-4.13.0-1.fc36.noarch
$ man dnf
...
Upgrade Command
Command: upgrade
Aliases: up
Deprecated aliases: update, upgrade-to, update-to, localupdate
...
```
It is very important that systems are up-to-date prior to upgrading. Mention
that several times in the guide, and also indicate that on the screenshot.
Locally it rendered for me with the title of the target document, however when
deployed it rendered with the filename of the target document. So include the
document titles explicitly instead.
* Improve messaging regarding N->N+2 upgrades.
* Move some details regarding Rawhide issues to the specific Rawhide wiki page.
This generic guide doesn't need to go into detail about Rawhide issues,
because that makes it harder to read for general users (not interested in
Rawhide). Power users can follow a link.
* Update gnome-software screenshot (more recent, with graphics).
* Clearly state that upgrading using pure `dnf` or `fedora-upgrade` is
unsupported.
* Other small adjustments and clarifications, link fixes. Make section headlines
look consistent across articles (don't capitalize every word).
This is now in sync with
https://fedoraproject.org/wiki/Upgrading so a redirect can now be placed
there.
Again, I'm not sure what is to be done with the translations.
- was pretty good to go, one or two minor cosmetic issues
- left the "upgrade using anaconda" section in, even though it applies
to releases < 17 only. Should this be removed?