Problem/Motivation
Updating modules and themes requires FTP access to your server. See Extending Drupal 8 for other update methods.
On page: /admin/reports/updates/update, the link of "Extending Drupal 8" and the text itself are outdated in Drupal 9 installations.
Steps to reproduce
Given a Drupal 9 instance. Visit /admin/reports/updates/update, you will see the outdated text and get the link.
Proposed resolution
- Replace all occurrences of the text from Extending Drupal 8 to Extending Drupal
- Replace all occurrences of the link from https://www.drupal.org/docs/8/extending-drupal-8/overview to https://www.drupal.org/docs/extending-drupal/overview
Remaining tasks
Is a meta issue needed for similar tasks?
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | interdiff_2-5.txt | 753 bytes | anandhi karnan |
| #5 | replace_outdated_txt_3217357-5.patch | 5.96 KB | anandhi karnan |
Comments
Comment #2
jungleComment #3
rinku jacob 13 commentedVerified and tested patch#2 on the drupal 9.3.x-dev version. Patch applied successfully and looks good to me.thanks @jungle.Adding screenshot for the reference
Comment #4
longwaveOne more link in core/themes/olivero/templates/includes/get-started.html.twig that we should update at the same time:
Comment #5
anandhi karnan commentedOutdated text has been updated in core/themes/olivero/templates/includes/get-started.html.twig. Please review.
Comment #6
longwaveThanks, this looks good, and I can't find any more links to the Extending Drupal pages.
Comment #8
catchCommitted/pushed to 9.3.x and cherry-picked to 9.2.x, thanks!
Comment #10
drumm(Disregard, updating to correct version due to cross-post.)