Description of the need
At the moment, when there is an update to Backdrop core available, it is not possible to perform the update from within the backdrop site. Instead, the user is instructed to go to a handbook page, as seen in this screenshot:
(This is at admin/config/system/updates)
The handbook link redirects and eventually goes to this address: https://docs.backdropcms.org/documentation/extend-with-modules
Which is not very helpful in explaining how to update Core to the latest version. In fact, it takes a bit of clicking around to figure out how to update core (as I discovered).
Proposed solution
Instead, the "handbook" link on the aforementioned page should go to this address:
https://docs.backdropcms.org/documentation/core-updates
This page specifically is about updating Core code, and makes it a little simpler for newbies to understand.
Alternatives that have been considered
The best option might be, for updating Core code, to both link to the appropriate documentation page, but also to state the general instructions:
- Backup your database
- Copy the "core" folder into place
- Run updates.php
- etc.