Problem/Motivation
In #3192842: Make our README more welcoming by converting it into an "entrypoint" into the Drupal ecosystem the README.txt in the Drupal root directory was renamed to README.md. But there are references in other READMEs to this old file. We should update these references to point to the correct filename.
1. https://git.drupalcode.org/project/drupal/-/blob/11.x/themes/README.txt?...
Refer to the "Appearance" section of the README.txt in the Drupal root directory
2. https://git.drupalcode.org/project/drupal/-/blob/11.x/profiles/README.tx...
Refer to the "Installation profiles" section of the README.txt in the Drupal root directory
3. https://git.drupalcode.org/project/drupal/-/blob/11.x/modules/README.txt...
Refer to the “Developing for Drupal” section of the README.txt in the Drupal root directory
Steps to reproduce
See the 3 files:
themes/README.txt
profiles/README.txt
modules/README.txt
These are referring to /README.txt instead of /README.md.
Proposed resolution
Fix the names.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3391137
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
poker10 commentedComment #4
smustgrave commentedGood catch.
Did a search for README.txt and found a 20+ other instances but they all seem to refer to actual .txt files. Maybe follow up is to convert the others to .md? Unless that was discussed already.
Comment #5
poker10 commented@smustgrave Yes, this was also suggested by @xjm in #3389611: Update robots.txt with all README files core ships with, so I have reopened this older issue: #3044974: Change all README.txt files to README.md
Comment #6
alexpottCommitted and pushed 9d83a203d14 to 11.x and 27a4abe3e87 to 10.1.x. Thanks!